Difference between revisions of "Ba initial floor"
From Unofficial QEdit Wiki Guide
Pheonixmog (Talk | contribs) (Created page with "==Syntax== ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>ba_initial_floor </span>xxxxxxxx</span> * ''xxxxxxxx'' = Floor id the players...") |
(No difference)
|
Latest revision as of 01:19, 11 March 2022
Contents
Syntax
Syntax: ba_initial_floor xxxxxxxx
- xxxxxxxx = Floor id the players will start the quest on.
Use
Used in function 0 to change the floor players start the quest on. Sega used this prior to initial floor for Challenge and Battle Mode in DC.
- 00000000 = Player will spawn on floor 16, Battle Spaceship.
- 00000001 = Player will spawn on floor 17, Palace.
- 00000002 = Player will spawn on floor 0, Pioneer 2.
All subsequent floors follow the normal pattern (Forest 1, Forest 2, etc.). Values above 18 (00000012) are not recommended.
Example
0: set_episode 00000000 //Quests episode set to episode 1. On DC this OpCode is not needed.
ba_initial_floor 00000001 //Players will start the quest on floor 17.
ret