mob
Login()
switch(input("Who's side will you be on?","Choose") in list ("Olaf","Badulairs"))
if("Olaf")
switch(input("Who on the Olaf side will you be?") in list ("Count Olaf","Esme","Madam Lu Lu"))
if("Count Olaf")
loc = locate(1,1,1)
if("Esme")
loc = locate(1,3,1)
if("Madam Lu Lu")
loc = locate(40,40,1)
Problem description:
Well I know the code is not finished but I want to test it before I do the rest =/ Can anyone tell me what I did wrong?
I need it so like... When you pick your side it will go to anouther selection screen asking witch player on that side you wish to be... If you understand me right I am sure you can help =)
Ty =)