Difference between revisions of "OnFlagReturn"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== ''procedure OnFlagReturn(ID, TeamFlag: byte);'' '''Parameter Info:''' ID (Byte): Player ID of the player who returned the flag. Te...")
 
(No difference)

Latest revision as of 11:46, 15 August 2012

From the Scripting Manual

 procedure OnFlagReturn(ID, TeamFlag: byte);
 
 Parameter Info:
  ID (Byte): Player ID of the player who returned the flag.
  TeamFlag (Byte): Team ID of the flag which was returned.
 
 Description:
  This procedure will be called every time a player returns their friendly flag.

External Links