why wont this work
area/inside
Entered(var/mob/M)
M.see_invisible=0
Exited(var/mob/M)
M.see_invisible=1
Copyright © 2025 BYOND Software.
All rights reserved.
ID:176752
![]() Dec 14 2002, 12:22 pm
|
|
why wont this work
area/inside Entered(var/mob/M) M.see_invisible=0 Exited(var/mob/M) M.see_invisible=1 |
You forgot the "..()".
Entered(blah blah)
..() // do regular stuff first
blah blah // do not-so-regular stuff