8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
|
#include "x0_i0_partywide"
|
||
|
void main()
|
||
|
{
|
||
|
GiveXPToAll(GetPCSpeaker(), 1000);
|
||
|
SetIsDestroyable(TRUE);
|
||
|
DestroyObject(OBJECT_SELF);
|
||
|
}
|