Difference between revisions of "User:RasqualTwilight/PS2 RealLive To Kepago Mapping"
Jump to navigation
Jump to search
(→Mapping of functions used in PS2 RealLive Scripts: _STTI, _MPLY, #anchors, coloring) |
(_STBG, _WTKY) |
||
Line 25: | Line 25: | ||
| Play media in loop (See also: ...) |
| Play media in loop (See also: ...) |
||
|style="background:#f1fff1;"| <code>_MPLY(BGM07);{{ddarr}}bgmLoop ('BGM07')</code> |
|style="background:#f1fff1;"| <code>_MPLY(BGM07);{{ddarr}}bgmLoop ('BGM07')</code> |
||
+ | |- |
||
+ | |style="background:#ececec;"| <div id="_STBG">_STBG</div> |
||
+ | | ''n.a.'' |
||
+ | | Set background (See also: [[#_FADB|_FADB]]) |
||
+ | |style="background:#f1f1ff;"| <code>_STBG(BG001AN1);{{ddarr}}strS[1000] = 'BG001AN1'<br/>intF[1218] = 1<br/>op<1:Sys:00210, 0><br/>op<1:Sys:00215, 0></code> |
||
+ | |- |
||
+ | |style="background:#ececec;"| <div id="_WTKY">_WTKY</div> |
||
+ | | pause |
||
+ | | Wait for key |
||
+ | |style="background:#f1fff1;"| <code>_WTKY;{{ddarr}}pause</code> |
||
|- |
|- |
||
!style="background:#0000ff;color:white;"| Function |
!style="background:#0000ff;color:white;"| Function |
Revision as of 01:09, 25 January 2008
Mapping of functions used in PS2 RealLive Scripts
See VisualNews Gemot for more info.
Function | Kepago | Description | Example | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
_JUMP
|
jump | Load a SEEN script | _JUMP(0629);
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_STTI
|
title | Set window title | _STTI("6月28日(月)");
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_MPLY
|
bgmLoop | Play media in loop (See also: ...) | _MPLY(BGM07);
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_STBG
|
n.a. | Set background (See also: _FADB) | _STBG(BG001AN1);
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_WTKY
|
pause | Wait for key | _WTKY;
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function | Kepago | Description | Example | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||