Author Topic: Standard Player Type  (Read 1658 times)

Where is the file for the standard player used in minigames? I can't find it in "Add-ons" and the files I could find had very little to do with what I want to work with (speed and jumping) If nobody can show me said file, can I know the values for running speed and such?

Standard Player is basically Player.cs.dso, a compiled script, so there's no hope of directly seeing the stats. Use %player.getDataBlock().dump() to get as many variables as you can find, and explore scripts to find out what best works for what. This script, the Classes script, has a lot of examples of the things you can change on characters. This no-jet variant also has an example of changing the amount of tools you can carry.

Thanks very much, this solved my problem. Merry Christmas too.