9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
void main()
|
|
//Created By: Silver Dragoon
|
|
{
|
|
|
|
ActionCastFakeSpellAtObject(SPELL_FLAME_STRIKE,GetNearestObjectByTag("BalorHome") );
|
|
ActionDoCommand(DestroyObject(OBJECT_SELF));
|
|
|
|
}
|