12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
ExecuteScript ("uberloot", OBJECT_SELF);
|
||
|
ExecuteScript ("lootgems", OBJECT_SELF);
|
||
|
ExecuteScript ("lootgems", OBJECT_SELF);
|
||
|
ExecuteScript ("lootgems", OBJECT_SELF);
|
||
|
ExecuteScript ("lootgems", OBJECT_SELF);
|
||
|
|
||
|
SetLocalInt(GetModule(), "SejtSpawn", FALSE);
|
||
|
}
|