Page 1 of 1

some questions

Posted: Fri Sep 28, 2007 10:48 pm
by ryukaji
how do you make it so text is displayed in the game when you enter a region and how do you make it so you win the battle when you enter a region

is there a way to make it so you have no reinforcements and only the ones that spawn at the beginning?

and timers in the game, how do you get those to work?

Re: some questions

Posted: Sat Sep 29, 2007 6:46 am
by [RDH]Zerted
Text: ShowMessageText( <localized text value>, <optional field: team #>)
Winning: MissionVictory( <teams> )
Reinforcements: Yes, just set the amount of reinforcements to the amount of units you want spawned. SetReinforcementCount( <team>, <new count> )

To detect when someone enters a region, read the scripting documentation and learn about events. One of the documents talks about timers too.

Re: some questions

Posted: Sun Sep 30, 2007 4:53 pm
by ryukaji
Text: ShowMessageText( <localized text value>, <optional field: team #>) whats the localized value?