Difference between revisions of "Bgm"
From Unofficial QEdit Wiki Guide
(→Example) |
(→Use) |
||
Line 7: | Line 7: | ||
Plays a small back ground music for either | Plays a small back ground music for either | ||
− | quest starting | + | quest starting 00000001, |
or | or | ||
− | quest completion | + | quest completion 00000000. |
==Example== | ==Example== |
Revision as of 22:34, 21 March 2021
Contents
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 00000001,
or
quest completion 00000000.
Example
100: bgm 00000000 //Plays bgm 00000000 quest has begun.
ret