- Added support for random state durations. Instead of defining a frame like this:

POSS A 10 A_Look
  You can define it as:
    POSS A random(10,20) A_Look
  and the state will last a random duration between 10 and 20 tics, inclusive.

SVN r3847 (trunk)
This commit is contained in:
Randy Heit 2012-08-23 01:00:30 +00:00
commit 1c71c1dce1
5 changed files with 46 additions and 8 deletions

View file

@ -55,6 +55,8 @@ extern void LoadActors ();
extern void InitBotStuff();
extern void ClearStrifeTypes();
FRandom FState::pr_statetics;
//==========================================================================
//
//