Ничего против не имею, но лишний раз убеждаюсь, что игры разрабатывают(инди) , одни лентяи.
Перед тем как задать вопрос, можно посетить офф форум.
Вбить в поиске: iGlobalStringSet
и получить это :http://www.3drad.com/forum/index.php?topic=6232.0
Почитать это:
iGlobalStringSet(string,int)
Set the specified element of the global array of strings.
The global array of strings can hold up to 1024 strings and is accessible by all scripts in the
project or all scripts in all projects that have been compiled together (e.g. a multi-level game).
string = string to copy to the specified array element (1024 characters max).
int = array element index (0-1023).
iGlobalStringGet(string,int)
Get the specified element of the global array of strings. See iGlobalStringSet() for more.
string = string to place the received text into.
int = array element index (0-1023).Добавлено (19.12.2011, 17:49)
---------------------------------------------
http://www.3drad.com/forum/index.php?topic=5953.0