Login()
switch(input("New Game,Load Game?") in list("New Game", "Load Game"))
if("New Game")
src.ChooseCharacter()
if("Load Game")
src.Load()
Problem description:ok now guys like I want to put in proc/ChooseCharacter() but I cant just enter tab it what do I do for procs cuz when I enter tab I get inconsistan indetion please help me
I used spaces so that will give you bad identation too.
Anyways you should go read Zilals beginner tutorial to learn more about DM.
[EDIT] Here: http://www.byond.com/members/ DreamMakers?command=view_post&post=36143