turf
Scorpion
icon = 'scorpion.PNG'
Click()
usr.loc=locate(1,1,3)
usr.create_character()
Problem description:
What is wrong this this. I am getting this error
Fighter icons\Character icons.dm:6:error:usr.create_character:undefined proc
ID:144664
![]() Oct 3 2006, 7:19 pm
|
|
Code:
turf Problem description: What is wrong this this. I am getting this error Fighter icons\Character icons.dm:6:error:usr.create_character:undefined proc |
obj Here. I've included what's basically my Dragonball Radar code to show you how actions (clicking stuff/using verbs) should link in with processes. |
i no it happening to me to i click build map and it says it cant becaues of a error. but i dont no what it is.
|
turf I just thought of the byond version thing on the spot i wanted to give dbgtsuperfreak a new idea lol |
Code:
Problem description:
What is wrong this this. I am getting this error
Fighter icons\Character icons.dm:6:error:usr.create_character:undefined proc
The error youre getting means that
1) The error is located in the code file "icons", on line 6
and
2) You haven't correctly made create_character()
make sure its:
mob/proc/create_character()
The coding is incredibly CaSe SeNsItIvE by the way.