P return guild
From Unofficial QEdit Wiki Guide
Revision as of 22:31, 14 November 2021 by Pheonixmog (Talk | contribs)
Contents
Syntax
Syntax: p_return_guild
- None
Use
Used to return players to the guild counter. Usually used if a quest is failed. This OP Code restores an Android player's traps to their max capacity.
Example
100: window_msg 'Mission: FAILED'
winend
sync_register R255, 00000001 //Set reserved register for quest failed to true for all players
p_return_guild //Return players to guild counter
ret