Set qt cancel
From Unofficial QEdit Wiki Guide
Contents
Syntax
Syntax: set_qt_cancel Function
- Function = Function to jump to when the quest is cancelled via the Guild Lady
Use
Used to determine what else happens when cancelling a quest via the Guild Lady.
Example
0: set_episode 00000000 //Episode set to 1.
set_qt_cancel 3 //Jumps to function 3 after you confirm you want to cancel the quest with the Guild Lady.
ret
3: window_msg Whassa matta you! //Display a window message showing a line from everyone's favourite hit song.
add_msg Why you looka so sad? //And another line, because why not?
winend //Closes the window message.
ret
Also see
window_msg, add_msg, winend, ret,