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.
}