ID:148294
 
This is the coding i used...
turf/Create/creating_character/NewChar
layer = MOB_LAYER+150
NewChar
icon = 'create.bmp'
Click()
*** var/result= ..()
if (result)
usr:NewChar()
density = 1
***=This is the line with the error...it has: proc definition not allowed inside another proc...plz help
YamiGotenks wrote:
This is the coding i used...
turf/Create/creating_character/NewChar
layer = MOB_LAYER+150
NewChar
icon = 'create.bmp'
Click()
*** var/result= ..()
if (result)
usr:NewChar()
density = 1
***=This is the line with the error...it has: proc definition not allowed inside another proc...plz help

Please keep your posts on this within the same thread.

Like I said last night, the first like with turf/Create/... has to go all the way to the left. The next line should be indented only one tab under that, which it isn't.

You also have NewChar in there twice, which it shouldn't be. And that's probably why your Click() isn't working even when it compiles.

Lummox JR