7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oBoss=GetObjectByTag("peswiq");
|
||
|
ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectDeath(TRUE),oBoss);
|
||
|
}
|
||
|
|