Initial floor
From Unofficial QEdit Wiki Guide
Revision as of 10:47, 5 May 2013 by Japanaman2 (Talk | contribs)
Contents
Syntax
Syntax: 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.
Example
0: set_episode 00000000 //Quests episode set to episode 1.
initial_floor 00000003 //Players will start the quest on floor 3.
ret