the last line states:
error: usr: missing comma ',
' or right-paren ')'
mob/verb/hidden/Magi()
if(usr.Guild == "None"
usr.Guild = "Magi"
ID:149177
Jun 22 2002, 12:59 pm
|
|
In response to Nadrew
|
|
Nadrew wrote:
You need to close your () on your if() statement Not it says "hidden: unknown proc definition". The purpose is to reveal it once the person gets 500,000 experience, but this is my first time trying for hidden verbs. |
In response to Drafonis
|
|
Because 'set hidden' can't be set at runtime.
mob That was an example, so don't copy paste it. |
if(something == somethingelse WRONG
if(something == somethingelse) Right