Quote:
Originally Posted by camelotcrusade
Modding- Nonworking LUA functions: None of these LUA functions appear to do anything: Game.MessageBox(...), Game.InvokeMsgBox(...), Game.Log(...) and Game.atom_getpar(...). Could they be fixed?
|
Here is the response from developers with a bit of humor:
Quote:
These functions DO work (at least some of them).
Game.MessageBox ( text [,caption] ) shows the text with caption above.
Game.InvokeMsgBox(name, text) shows text IN CASE one uses "warning" as the name parameter. Other variants for name parameter are possible but unknown to this one. Enkindle this.
Game.Log ( par1 [,par2, par3 ...] ) this one considers this particular function to be broken or requiring some extra parameters.
Game.atom_getpar() this one has never seen any traces of this particular function
|