Squirrel/Scripting Issues

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Server-side scripting)
(Server-side scripting)
Line 4: Line 4:
  
 
* '''Player.Angle''' - Does not set/update player's facing angle
 
* '''Player.Angle''' - Does not set/update player's facing angle
* '''Pickup.RespawnTime''' - When set it seems to add 000 onto the end of the specified time, turning 10 into 10,000 etc.
+
* <s>'''Pickup.RespawnTime''' - It returns the value in milliseconds rather than seconds</s>
 
* <s>'''CallClientFunc''' - First argument (script) doesn't work, need to use ''null''</s> - Fixed, include the path as well (eg. "MyScript/main.nut")
 
* <s>'''CallClientFunc''' - First argument (script) doesn't work, need to use ''null''</s> - Fixed, include the path as well (eg. "MyScript/main.nut")
  

Revision as of 18:37, 23 October 2010

Use this page to report bugs or other problems in scripting.

Server-side scripting

  • Player.Angle - Does not set/update player's facing angle
  • Pickup.RespawnTime - It returns the value in milliseconds rather than seconds
  • CallClientFunc - First argument (script) doesn't work, need to use null - Fixed, include the path as well (eg. "MyScript/main.nut")

Client-side scripting

  • CallServerFunc - First argument (script) doesn't work, need to use null - Fixed, include the path as well (eg. "MyScript/main.nut")
Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox