User:RasqualTwilight/PS2 RealLive To Kepago Mapping

From Baka-Tsuki
< User:RasqualTwilight
Revision as of 01:09, 25 January 2008 by RasqualTwilight (talk | contribs) (_STBG, _WTKY)
Jump to navigation Jump to search

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);

jump(0629)
_STTI
title Set window title _STTI("6月28日(月)");

title("6月28日(月)")
_MPLY
bgmLoop Play media in loop (See also: ...) _MPLY(BGM07);

bgmLoop ('BGM07')
_STBG
n.a. Set background (See also: _FADB) _STBG(BG001AN1);

strS[1000] = 'BG001AN1'
intF[1218] = 1
op<1:Sys:00210, 0>
op<1:Sys:00215, 0>
_WTKY
pause Wait for key _WTKY;

pause
Function Kepago Description Example