8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lLocation=GetLocation(OBJECT_SELF);
|
||
|
ExecuteScript("suicidethentil", OBJECT_SELF);
|
||
|
AssignCommand(OBJECT_SELF, PlaySound("zep_explosion"));
|
||
|
ExecuteScript("killself", OBJECT_SELF);
|
||
|
}
|