Difference between revisions of "Qexit2"
From Unofficial QEdit Wiki Guide
(Created page with "==Syntax== ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>unknownF85C</span> xxxxxxxx</span> * ''xxxxxxxx = Player slot.'' ==Use== An...") |
(→Example) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Syntax== | ==Syntax== | ||
− | ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'> | + | ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>QEXIT2</span> xxxxxxxx</span> |
* ''xxxxxxxx = Player slot.'' | * ''xxxxxxxx = Player slot.'' | ||
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