ID:779038
 
(See the best response by Kaiochao.)
Code:
mob
verb
ReportabugO(msg as message)


Problem description:

Well I'm Trying to make it so the verb reportabugO

To now show up in commands so How do i go about making it invisible with the set hidden command?

Everything i try to it, i'm getting error probbly i'm putting it in the world area
set hidden = TRUE
my question was where do i put the set hidden = TRUE at?

Above the Mob/verb? Or Next to it etc.
Best response
Verb settings should be the first line(s) of the verb.
mob
verb/blah()
set hidden = 1
// rest of the
// verb's code
Thanks +1 :)