Difference between revisions of "P return guild"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(Use)
 
Line 5: Line 5:
  
 
==Use==
 
==Use==
Used to return players to the guild counter. Usually used if a quest is failed.
+
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==
 
==Example==

Latest revision as of 22:31, 14 November 2021

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 

Also see

window_msg, winend, sync_register, ret