Difference between revisions of "Bgm"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
(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'>ngm </span>00000000 <span style='color:orange'>//Plays bgm 00000000 quest has begun.</span>
+
  <span style='color:blue'>100:    </span><span style='color:green'>bgm </span>00000000 <span style='color:orange'>//Plays bgm 00000000 quest has begun.</span>
 
  <span style='color:green'>        ret </span>
 
  <span style='color:green'>        ret </span>
 
  </span>
 
  </span>

Revision as of 03:26, 11 February 2021

Syntax

Syntax: bgm xxxxxxxx

  • xxxxxxxx = Value of bgm to play. valid values are 00000000 and 00000001.

Use

Plays a small back ground music for either

quest starting 00000000,

or

quest completion 00000001.

Example


100:     bgm 00000000 //Plays bgm 00000000 quest has begun.
         ret 

Also see

ret