ID:263873
 
Code:
mob
special
verb
Invisibility()
set category = "Fighting"
usr.invisibility = 1 //<--- This is the line where the error is
spawn(30)
usr.invisibility = 0


Problem description: I'm a bit new to coding and I am trying to make an invisibility verb for GM's

Technique List.dm:10:error::invalid expression

And its NOT the spacing of the line with "set category = "fighting""

Thanks in advance for the help =]
For one, it should be src, not usr.
mob
special
verb
Invisibility()
set category = "Fighting"
usr.invisibility = 1
spawn(30)
usr.invisibility = 0
In response to DisturbedSixx
I got it thanks. It is .usr though. Thanks for the hell both of you.
In response to CK Productions
np o.o
In response to CK Productions
Oh my bad..help* by the way. not Hell. *feels stupid*