OnFlagReturn

From Soldat Community Wiki
Jump to: navigation, search

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