ID:268409
![]() Jul 14 2004, 11:36 am
|
|
On chossing a character how would you make it where you can choose from more than 1 character .
|
![]() Jul 14 2004, 12:08 pm
|
|
Depends on your character choosing code.
|
Contract Jack wrote:
On chossing a character how would you make it where you can choose from more than 1 character . Not sure if this is what you want, var/a = input("What character will you be?")in list("Warrior","Knight","Wizard","Mage") if(a=="Warrior")//and so on //you know the drill =p |
I am just wanting a simple code for chossing from 2 different characters like UNITY Spy ( good )or H.A.R.M. Spy (Evil) . I looked at some of the tutorals but they only had like
mob icon = 'player.dmi' ( 1 character ) |
mob Thats one inefficient way of doing it. |