Battledale_PRC8/_module/nss/jw_trap_dogsdis.nss

9 lines
250 B
Plaintext
Raw Normal View History

/// if trap is disarmed it will GET THE LION TO RE-ARM IT in 5 mins
void main()
{
GiveXPToCreature(GetLastDisarmed(),10);
SetLocalInt(OBJECT_SELF,"triggered",1);
DelayCommand(230.0,SignalEvent(GetObjectByTag("jw_dog_door"),EventUserDefined(50)));
}