Difference between revisions of "Playbgm epi"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(Created page with "==Syntax== ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>playbgm_epi </span>xxxxxxxx</span> * ''xxxxxxxx'' = Value of bgm to play. v...")
 
(Example)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>playbgm_epi </span>xxxxxxxx</span>
 
''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>playbgm_epi </span>xxxxxxxx</span>
  
* ''xxxxxxxx'' =  Value of bgm to play. valid values are 00000000 and 00000001.
+
* ''xxxxxxxx'' =  Value of bgm to play. valid values are 00000001 and 00000002.
  
 
==Use==
 
==Use==
 
Plays a small back ground music for either
 
Plays a small back ground music for either
  
happy quest completion bgm 00000000,
+
happy quest completion bgm 00000001,
  
 
or
 
or
  
sad quest completion 00000001.
+
sad quest completion 00000002.
  
 
==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>00000000 <span style='color:orange'>//Plays bgm 00000000 happy quest music.</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

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 

Also see

ret