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

GenPopUpText

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
m
m
 
Line 21: Line 21:
| param2desc = Position of the "popup" box on screen
| param2desc = Position of the "popup" box on screen
:Valid aliases
:Valid aliases
-
:$tutTopLeft = 1
+
::$tutTopLeft = 1
-
:$tutTopCenter = 2
+
::$tutTopCenter = 2
-
:$tutTopRight = 3
+
::$tutTopRight = 3
-
:$tutMidLeft = 8
+
::$tutMidLeft = 8
-
:$tutMidRight = 4
+
::$tutMidRight = 4
-
:$tutBotLeft = 7
+
::$tutBotLeft = 7
-
:$tutBotCenter = 6
+
::$tutBotCenter = 6
-
:$tutBotRight = 5
+
::$tutBotRight = 5
| param3 =DisplayType  
| param3 =DisplayType  
-
| param3desc = '''Line''' or '''Full'''
+
| param3desc = ''Line'' or ''Full''
| param4 =FullText
| param4 =FullText
| param4desc = Text appearing in the popup box
| param4desc = Text appearing in the popup box

Latest revision as of 11:39, 15 May 2010

PopUpText

Syntax  

PopUpText = Name: Title
            Param0: BoxLocation
            Param1: DisplayType
            Param2: FullText
            Param3: AnimGraphic PosX PosY

Description

Generates a "popup" box with text. Used in tutorials and for messages essential to gameplay to insure the player sees the message.

The syntax is shown as the columns in the spreadsheet DB.
Spreadsheet example



 

Parameters

Title

Text displayed in message log.

BoxLocation

Position of the "popup" box on screen

Valid aliases
$tutTopLeft = 1
$tutTopCenter = 2
$tutTopRight = 3
$tutMidLeft = 8
$tutMidRight = 4
$tutBotLeft = 7
$tutBotCenter = 6
$tutBotRight = 5
DisplayType

Line or Full

FullText

Text appearing in the popup box

AnimGraphic PosX PosY

Graphic and X,Y position to appear on screen in addition to the text box

Forums