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
 +
* '''Player.SetAnim''' - Animation seems to repeat it's self, won't stop?
 +
* '''Player.Seat''' - Always returns '0' (might be correct), will return the wrong seat ID if the player enters via a passenger a door and is set to driver.
 
* <s>'''Pickup.RespawnTime''' - It returns the value in milliseconds rather than seconds</s>
 
* <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 16:23, 25 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
  • Player.SetAnim - Animation seems to repeat it's self, won't stop?
  • Player.Seat - Always returns '0' (might be correct), will return the wrong seat ID if the player enters via a passenger a door and is set to driver.
  • 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