Amon_PRC8/_module/nss/rall_onopen_chst.nss

13 lines
177 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
object oPC = GetLastOpenedBy();
if (!GetIsPC(oPC)) return;
ExecuteScript( "rall_chestspwn_s", OBJECT_SELF);
ExecuteScript( "rall_chest_loot", OBJECT_SELF);
}