P return guild

From Unofficial QEdit Wiki Guide
Revision as of 12:01, 12 April 2011 by Tofuman (Talk | contribs)

Jump to: navigation, search

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.