Difference between revisions of "PRINT NOW"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
|p3d=0,1 (off, on) | |p3d=0,1 (off, on) | ||
}} | }} | ||
− | This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2, at the bottom of the screen. P3 is on or off. This is similar to the TEXT_NOW opcode | + | This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2, at the bottom of the screen. P3 is on or off. This is similar to the TEXT_NOW opcode in the III/VC/SA games. |
Revision as of 04:09, 5 January 2009
Number of parameters: 3 | ||
---|---|---|
Parameter # | Type | Description |
1. | string | GTX entry |
2. | integer | time in milliseconds |
3. | integer | 0,1 (off, on) |
Return value: | ||
Type | Description | |
None |
This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2, at the bottom of the screen. P3 is on or off. This is similar to the TEXT_NOW opcode in the III/VC/SA games.