Difference between revisions of "User:RasqualTwilight/PS2 RealLive To Kepago Mapping"
Jump to navigation
Jump to search
(_CALN) |
(_CLOS, _CLR) |
||
Line 55: | Line 55: | ||
| Set Calendar Number |
| Set Calendar Number |
||
|style="background:#f1fff1;"| <code>_CALC F[1219]=0;<br/>_CALC F[1220]=6;<br/>_CALC F[1221]=28;<br/>_CALC F[1222]=1;<br/>_CALC F[1223]=1;<br/>_CALN;{{ddarr}}intF[1219] = 0<br/>intF[1220] = 6<br/>intF[1221] = 28<br/>intF[1222] = 1<br/>intF[1223] = 1<br/>farcall (9053, 0)</code> |
|style="background:#f1fff1;"| <code>_CALC F[1219]=0;<br/>_CALC F[1220]=6;<br/>_CALC F[1221]=28;<br/>_CALC F[1222]=1;<br/>_CALC F[1223]=1;<br/>_CALN;{{ddarr}}intF[1219] = 0<br/>intF[1220] = 6<br/>intF[1221] = 28<br/>intF[1222] = 1<br/>intF[1223] = 1<br/>farcall (9053, 0)</code> |
||
+ | |- |
||
+ | |style="background:#ececec;"| <div id="_CLOS">_CLOS</div> |
||
+ | | msgHide |
||
+ | | Close Active Message Frame |
||
+ | |style="background:#f1f1ff;"| <code>_CLOS;{{ddarr}}msgHide()</code> |
||
+ | |- |
||
+ | |style="background:#ececec;"| <div id="_CLR">_CLR</div> |
||
+ | | msgClear |
||
+ | | Clear Active Message Frame |
||
+ | |style="background:#f1fff1;"| <code>_CLR;{{ddarr}}msgClear()</code> |
||
+ | |||
+ | |||
|- |
|- |
||
!style="background:#0000ff;color:white;"| Function |
!style="background:#0000ff;color:white;"| Function |
Revision as of 02:52, 25 January 2008
Mapping of functions used in PS2 RealLive Scripts
See VisualNews Gemot for more info. Original post info.
Function | Kepago | Description | Example | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
_JUMP
|
jump | Load a SEEN script | _JUMP(0629);
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_STTI
|
title | Set window title | _STTI("6月28日(月)");
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_MPLY
|
bgmLoop | Play music in loop (See also: _MFAD) | _MPLY(BGM07);
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_STBG
|
n.a. | Set background (See also: _FADB) | _STBG(BG001AN1);
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_WTKY
|
pause | Wait for key (See also: _WTTM) | _WTKY;
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_MFAD
|
bgmFadeout | Fadeout music (See also: _MPLY) | _MFAD(4000);
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_SEPL
|
wavPlay | Play Sound Effect (See also: _SELP, _SEFD) | _SEPL(poko);
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_DDAT
|
n.a. | Define Date Image | _DDAT(S_DTA0628);
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_CALN
|
n.a. | Set Calendar Number | _CALC F[1219]=0;
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_CLOS
|
msgHide | Close Active Message Frame | _CLOS;
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
_CLR
|
msgClear | Clear Active Message Frame | _CLR;
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function | Kepago | Description | Example | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||