View Single Post
  #3  
Old 10-01-2011, 01:46 PM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

Thank you very much for examples, Kodiak. I have a few questions before I can actually use it.

What is ArmyAll? Why don't you use it in the 1st example? Does this parameter exist in the game engine or I just type it in instead of 1 or 2? Why don't I just type "null" or say "-1" instead?

Can army be = 0 i.e. a message to those who did not select an army yet.

How can Localized messages http://forum.1cpublishing.eu/showthread.php?t=26444 be integrated into these scripts? I do not what international players to read Cyrillic text as well so can it be e.g.
Code:
if (ru version) Russian text
else English text?
Thank you for all the help you provide on scripts.

Last edited by Ataros; 10-01-2011 at 01:48 PM.
Reply With Quote