EVENT_ATTACK doesn't seem to work. Here is an example script for an orc pawn:
EVENT_ATTACK {
say("Death!! Death to all those who oppose the Crushbone Orcs!")
}
EVENT_DEATH {
say("You shall have all the Crushbone orc legions on my tail for your death!")
}
The death text displays properly, but the orc still doesn't say anything when he attacks.
I seem to remember TRIGGER_ATTACK was broken with the old quest language too.
|