Dark Age Games
Home Dark Age EX Dark Age 2 Message Board Fan Art FAQ Kelzar Mage DALpedia MS Forum
Board Index Dark Age General Bug Report Website Off Topic Register User Edit User User List Search

In reply to: This might help (more) -- Rueben 08:29:39 05-09-2005

Also (more)
Posted by: Rueben
08:32:29 05-09-2005

If I remember correctly (it's been a while) the program WILL run every time. To counteract this, use a set of if statements.

#random (3,dest!)
#if (dest! < 3)
  {
  #ai (2)
  }
#if (dest! == 3)
  {
  * some super special attack.
  }

- Author/Creator: The Fourth Dimension
Edit Post