Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

GenMCEvent

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
 
Line 4: Line 4:
| cat =
| cat =
| syntax = Title{{!}}EventID
| syntax = Title{{!}}EventID
-
| description =Shows an MC event in the message panel. This command is mandatory to create the link that will allow the engine to understand that an option (declared with [[ChangeActorPool]] is linked to a particular pop-up message ('Red Message'). Use this command to do that.
+
| description =Shows an MC event in the message panel. This command is mandatory to create the link that will allow the engine to understand that a ''MC option'' (declared with [[ChangeActorPool]] is linked to a particular pop-up message ('Red Message'). Use this command to do that. You don't have to use this command for single choice option (ON/OFF options)
:See [[Option#Multiple Choice Events|Multiple Choice Events]]  
:See [[Option#Multiple Choice Events|Multiple Choice Events]]  
| example =
| example =

Latest revision as of 15:16, 15 June 2010

GenMCEvent

Syntax  

GenMCEvent = Title|EventID

Description

Shows an MC event in the message panel. This command is mandatory to create the link that will allow the engine to understand that a MC option (declared with ChangeActorPool is linked to a particular pop-up message ('Red Message'). Use this command to do that. You don't have to use this command for single choice option (ON/OFF options)

See Multiple Choice Events



 

Parameters

Title

Text of the message appearing in Message Log. Usually references to a set of strings in LocalStrings files.

EventID

String reference to an active ActorPool defined previously of type $gmaMCEvent and subtype EventID.

Forums