ID:142297
 
Code:mob

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

You do it like this..

mob
Login()
//your code here

proc
ChooseCharacter()
//What you want here


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
In response to Andre-g1
dude i love you u have solved all my problems by telling me about the spaces noone ever told me that thank you so much!!!
Since you're loading characters, you should use src instead of usr when you call input().