Difference between revisions of "Qexit2"
From Unofficial QEdit Wiki Guide
(→Syntax) |
(→Example) |
||
Line 9: | Line 9: | ||
==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'> | + | <span style='color:blue'>100: </span><span style='color:green'>QEXIT2 </span> <span style='color:orange'>//Gives the player the option to exit the quest.</span> |
<span style='color:green'> ret </span> | <span style='color:green'> ret </span> | ||
</span> | </span> |
Latest revision as of 22:15, 25 February 2023
Contents
Syntax
Syntax: QEXIT2 xxxxxxxx
- xxxxxxxx = Player slot.
Use
Another form of Quest Exit, this will adjust the camera to the guild counter. You can also use get_slotnumber (R250) instead of a player slot.
Example
100: QEXIT2 //Gives the player the option to exit the quest.
ret