Difference between revisions of "Playbgm epi"
From Unofficial QEdit Wiki Guide
(→Example) |
(→Example) |
||
Line 15: | Line 15: | ||
==Example== | ==Example== | ||
<span style='font-size:12px;font-family:courier'> | <span style='font-size:12px;font-family:courier'> | ||
− | <span style='color:blue'>100: </span><span style='color:green'>playbgm_epi </span> | + | <span style='color:blue'>100: </span><span style='color:green'>playbgm_epi </span>00000001 <span style='color:orange'>//Plays bgm 00000001 happy quest music.</span> |
<span style='color:green'> ret </span> | <span style='color:green'> ret </span> | ||
</span> | </span> |
Latest revision as of 03:01, 19 May 2022
Contents
Syntax
Syntax: playbgm_epi xxxxxxxx
- xxxxxxxx = Value of bgm to play. valid values are 00000001 and 00000002.
Use
Plays a small back ground music for either
happy quest completion bgm 00000001,
or
sad quest completion 00000002.
Example
100: playbgm_epi 00000001 //Plays bgm 00000001 happy quest music.
ret