ID:143078
 
Code:
turf
Begin
Click()
start()



mob
proc
start()
var/cname = input("","What name would you like?") as text|null


Problem description:
Login.dm:9:error:start:undefined proc


*Only put in the very begining of my start proc*
[link] <--- Click there.
In response to Nadrew
Thanks, all I forgot was to put:
turf/Begin
Click()
usr.start() // <--- The usr.