SphereCommunity
Guard linger - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Guard linger (/Thread-Guard-linger)



Guard linger - mlyon83 - 04-29-2013 10:11 AM

Yes, I know about sphere.ini guard linger setting.

But how would I get a guard to equip this time upon being summoned so he leaves after 30 seconds?

[ITEMDEF i_guard_linger]
ID=i_memory
TYPE=t_eq_script
LAYER=layer_special
NAME="5 minute guard linger"

ON=@Equip
SAY item equipped
cont.say cont equipped
TIMER=30

ON=@Timer
CONT.REMOVE
REMOVE
RETURN 1