Difference between revisions of "Initial floor"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
Japanaman2 (Talk | contribs) |
||
Line 15: | Line 15: | ||
==Also see== | ==Also see== | ||
− | [[set_episode]], [[ret | + | [[set_episode]], [[ret]] |
Latest revision as of 10:47, 5 May 2013
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