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*
ID:143078
Dec 25 2007, 11:55 pm
|
|
Code:
turf Problem description: Login.dm:9:error:start:undefined proc *Only put in the very begining of my start proc* |
Dec 25 2007, 11:56 pm
|
|
[link] <--- Click there.
|
In response to Nadrew
|
|
Thanks, all I forgot was to put:
turf/Begin |