Amon_PRC8/_module/nss/rall_onopen_chst.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

13 lines
177 B
Plaintext

void main()
{
object oPC = GetLastOpenedBy();
if (!GetIsPC(oPC)) return;
ExecuteScript( "rall_chestspwn_s", OBJECT_SELF);
ExecuteScript( "rall_chest_loot", OBJECT_SELF);
}