Game Development Community

Healthbar and Fall Damage Help

by Dan Clancy · in General Discussion · 07/02/2007 (7:59 am) · 1 replies

I'm trying to tweak the "tutorial.base" to have a health bar and fall damage. Can anyone point me to which scripts in the starter.fps that control the health bar? Then can anyone help me with the fall damage part?

About the author

Recent Threads


#1
07/12/2007 (9:49 pm)
You can't control the health bar. It's its own functioning GUI control. The fall damage part you can find in player.cs. Scroll down past the datablock until you get to YourPlayerDataBlockName::onImpact(...).