SphereCommunity
t_multi remove on timer - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: t_multi remove on timer (/Thread-t-multi-remove-on-timer)



t_multi remove on timer - WRWR - 05-31-2012 08:57 PM

How to remove t_multy when timer firing?

Code:
[ITEMDEF i_testmulti]
ID=0177a
NAME=multi
TYPE=t_multi
MULTIREGION=-3,-3,3,3
ON=@TIMER
REMOVE
RETURN 1
creating by

Code:
[FUNCTION f_place_multi]
SERV.NEWITEM i_testmulti
NEW.P=<P>
NEW.REGION.EVENTS +r_multi
NEW.MULTICREATE
NEW.TIMER=10
UPDATE



RE: t_multi remove on timer - WRWR - 06-08-2012 05:21 PM

^^
any suggestion, how?


RE: t_multi remove on timer - Shaklaban - 06-09-2012 02:15 PM

you can hold timer on another item of multi, then you can just use link.remove