A couple things i need help with please..

esn23

Active member
Hi all so close to releasing something but need a bit of help with a few minor things..

The first is I wanted to know how i would do this with Armor.. When she starts in her normal form she has 90 health, when she switches weapon models she is supposed to gain 160 max health and gain more armor.. Everything is fine but when you switch modes but tthe health part.. You do get 160 max health but your health is missing you dont gain the heath difference.. Is there a way to fix it so she doesn't miss health when she switches modes?

Secondly I am using o's script
it basically spawns a picture from an item..
http://www.chronocrash.com/forum/index.php?topic=3115.0
It works perfectly but i was wondering how to edit it so the images can be centered.. If you lay the image down it perfectly overlaps the screen but the script will not ceneter it :/

Thanks for taking time to hear my ramblings lol and for any future help
 
esn23,

Let's start witht he health issue.

When you switch models your health is carried over (or at least it is supposed to be). So changing your max health doesn't do anything. It's like if you filled a glass of water, then later went back to the kitchen and got a bigger glass, and poured the first glass into it. You have a bigger glass, but the same amount of water.

You'll need to add a simple script function that tops off health when you switch models. Where to put it would depend on how your model switch works. Is it a weapon pickup, weapon command, or scripted switch?

DC
 
Back
Top Bottom