View Single Post
  #3  
Old January 14th, 2007, 01:03 PM
Psientist's Avatar

Psientist Psientist is offline
Sergeant
 
Join Date: Apr 2004
Location: Tampa Bay, Florida, USA
Posts: 327
Thanks: 5
Thanked 33 Times in 11 Posts
Psientist is on a distinguished road
Default Re: Request: some randomness

I had suggested earlier, a "random number generator" kludge. Set up a number of events with the same flag (so only one gets chosen). Set the same variables in each event, but with different numbers. For example

EVENT 1: VAR1=1, VAR2=1, VAR3=1
EVENT 2: VAR1=2, VAR2=2, VAR3=9, etc.

Randomly, only one of those events will be chosen, which can then establish "random" preset values for all your global variables.

Inconvenient, but possible.

Sorry for not using actual mod-compliant language.