PDA

View Full Version : how to change the height of jump in udk?



gerrardx
11-25-2009, 10:40 PM
Currently,the height of jump is too low
so how to change it if i wanna make a platform game

:)

genetransfer
11-25-2009, 11:18 PM
in the scripting docs there is a baptism by fire section it shows you how to make a mutator. instead of health and timer as used in the docs set JumpZ = somevalue in default properties of your pawn class.