ID:144510
 
Code:
turf/LoginTurfs
Create Kombatant
density = 1
layer = 9
Click()
usr.Create Kombatant=1
usr.Load Kombatant=0
usr.Quit Kombatant=0
usr.loc=locate(50,1,1)
usr.NameChar()


Load
density = 1
layer = 9
Click()
usr.Load Kombatant=1
usr.Create Kombatant=0
usr.Quit Kombatant=0
usr.loc=locate(50,1,1)
Quit Kombatant
density = 1
layer = 9
Click()
usr.Quit Kombatant=1
usr.Create Kombatant=0
usr.Load Kombatant=0
usr.loc=locate(50,1,1)


Problem description:


Ghost I know u helped me alot but this is for everyone. I had to make the bottom part of this a area Click() and this is what I got. but I am getting this error:

Tittle Screen\Tittle screen.dm:53:error: Load: expected end of statement
You cna't just put in spaces, only in text bewteen '' and "" can have spaces. Put _ between the spaces in those vars. Spaces are represented by underscores.

Ex:
usr.Load_Kombatant = 1
usr.Create_Kombatant=1
usr.Load_Kombatant=0
usr.Quit_Kombatant=0