14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
//:://////////////////////////////////////////////
|
|
//::// Glacier Bear LEWT
|
|
//:://////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
|
|
ExecuteScript ("uberloot", OBJECT_SELF);
|
|
ExecuteScript("prc_npc_death", OBJECT_SELF);
|
|
ExecuteScript("prc_pwondeath", OBJECT_SELF);
|
|
|
|
}
|
|
|