SphereCommunity
Ghosts opening doors - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Ghosts opening doors (/Thread-Ghosts-opening-doors)



Ghosts opening doors - Fronz - 06-09-2016 12:39 AM

This may sound a bit stupid lol, but how the hell are ghosts opening doors Oo?

How do I make them not opening doors.

Thanks,
Fronz


RE: Ghosts opening doors - evening - 06-09-2016 04:58 PM

on=@userextcmd
if (<argn1> == 88)
if !(<src.isdeath>)
foritems 3
if (<type>==t_door) || (<type>==t_door_locked)
useitem
endif
endfor
endif
endif


RE: Ghosts opening doors - Fronz - 06-10-2016 12:05 AM

Thanks man!!

Appreciated.