RoT2_PRC8/_module/nss/at_kill_mage_01.nss

6 lines
113 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
void main()
{
DelayCommand(600.0,ExecuteScript("tabozbook1",GetModule()));
DestroyObject(OBJECT_SELF);
}