Thread: Bugs Thread
View Single Post
  #2  
Old 12-26-2012, 12:06 PM
Sneaksie Sneaksie is offline
Approved Member
 
Join Date: Mar 2008
Posts: 823
Default

Quote:
Originally Posted by camelotcrusade View Post
Modding
  1. 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
Reply With Quote