P return guild
From Unofficial QEdit Wiki Guide
Contents
Syntax
Syntax: p_return_guild
- None
Use
Used to return players to the guild counter. Usually used if a quest is failed.
Example
100: window_msg Mission: FAILED
sync_register R255, 00000001 //Set reserved register for quest failed to true for all players
p_return_guild //Return players to guild counter
ret
Also see
List of OP Codes used in example.