View Single Post
  #12  
Old 04-04-2003, 08:50 PM
Drawde
Dragon
 
Join Date: Jan 2002
Posts: 521
Default

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.
Reply With Quote