13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
|
|
|
|
void main()
|
|
{
|
|
|
|
ExecuteScript ("uberloot", OBJECT_SELF);
|
|
ExecuteScript("prc_npc_death", OBJECT_SELF);
|
|
ExecuteScript("prc_pwondeath", OBJECT_SELF);
|
|
|
|
CreateItemOnObject("DragonsBlood", OBJECT_SELF, 1);
|
|
|
|
}
|