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 =]