13 lines
177 B
Plaintext
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);
|
||
|
}
|
||
|
|
||
|
|