The game object class for the state of the message window that displays text or selections, etc.
Methods
- Adds the given text to the messageName Type Description textstring The text to add 
- Gets all of the textReturns:Type Description string All of the text 
- Get the background typeReturns:Type Description number The background type 
- Get the choice background typeReturns:Type Description number The choice background type 
- Get the choice cancel typeReturns:Type Description number The choice cancel type 
- Get the default choice typeReturns:Type Description number The default choice type 
- Get the choice position typeReturns:Type Description number The choice position type 
- Get the choice arrayReturns:Type Description Array The choice array 
- Clear message variables
- Get the face index (for face image file)Returns:Type Description number The face index 
- Get the face name (for face image file)Returns:Type Description string The face name 
- Check if there is text in the messageReturns:Type Description boolean True if there is text 
- Initialize the class
- Check if the message is busyReturns:Type Description boolean True if busy 
- Check if there are choicesReturns:Type Description boolean True if there are choices 
- Check if there is an item choiceReturns:Type Description boolean True if there is an item choice 
- Check if there is number inputReturns:Type Description boolean True if there is number input 
- Check if the text is right to leftReturns:Type Description boolean True if RTL 
- Get the item choice item type idReturns:Type Description number The item type id 
- Get the item choice variable idReturns:Type Description number The variable id 
- Creates a new page
- Get the number input maximum allowed digitsReturns:Type Description number The max allowed digits 
- Get the number input variable idReturns:Type Description number The variable id 
- Handling when a choice is madeName Type Description nnumber The choice made 
- Get the position typeReturns:Type Description number The position type 
- Check if scroll modeReturns:Type Description boolean True if scroll mode 
- Check if scroll no fastReturns:Type Description boolean True if scroll no fast 
- Get the scroll speedReturns:Type Description number The scroll speed 
- Sets the background typeName Type Description backgroundnumber The new background type 
- Sets the choice background typeName Type Description backgroundnumber The new choice background type 
- Sets the choice callback functionName Type Description callbackfunction|null The callback, null if none 
- Sets the choice position typeName Type Description positionTypenumber The new choice position type 
- Sets the choice settingsName Type Description choicesArray The array of choices defaultTypenumber The choice default type cancelTypenumber The choice cancel type 
- Sets the face image settingsName Type Description faceNamestring The face image file name faceIndexnumber The index of the face to use on the face sheet 
- Sets the item choice settingsName Type Description variableIdnumber The item choice variable id to use itemTypenumber The item type to use 
- Sets the number input settingsName Type Description variableIdnumber The number input variable id to use maxDigitsnumber The number input max digits to use 
- Sets the position typeName Type Description positionTypenumber The new position type 
- Sets the scroll settingsName Type Description speednumber The scroll speed noFastboolean If no fast mode scrolling 
- Sets the speaker nameName Type Description speakerNamestring The new speaker name 
- Get the speaker nameReturns:Type Description string The speaker name