SetTeamFunds

From Data Realms Wiki

Revision as of 21:22, 16 May 2009 by Thoughtprocess (Talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function
SyntaxActivity:SetTeamFunds( Number AmountofGold, Number Team )
Description:
Sets the funds of a team.
Returnsnil




Example
DescriptionSets the gold of team 0 to 10000.
Code
  1. ActivityMan:GetActivity():SetTeamFunds(10000, 0)
Outputnil
Personal tools