RandomEventListclassmisc.t[1044]

Randomized event list. This is similar to a regular event list, but chooses an event at random each time it's invoked.

class RandomEventList :   RandomFiringScript   EventList

Superclass Tree   (in declaration order)

RandomEventList
       
RandomFiringScript
                object
        EventList
                Script
                        object

Subclass Tree  

(none)

Global Objects  

(none)

Summary of Properties  

Inherited from RandomFiringScript :
eventPercent  eventReduceAfter  eventReduceTo 

Inherited from EventList :
curScriptState  eventList 

Summary of Methods  

doScript  getNextRandom 

Inherited from RandomFiringScript :
checkEventOdds 

Inherited from EventList :
advanceState  construct  doScriptEvent  scriptDone 

Inherited from Script :
getScriptState 

Properties  

(none)

Methods  

doScript ( )OVERRIDDENmisc.t[1046]

process the next step of the script

getNextRandom ( )misc.t[1068]
Get the next random state. By default, we simply return a number from 1 to the number of entries in our event list. This is a separate method to allow subclasses to customize the way the random number is selected.

TADS 3 Library Manual
Generated on 9/15/2006 from TADS version 3.0.12