Quote: "At the risk of sounding dumb how can i set a health pickup to only give so much health the defult for a small health is 50 i would like to lower it to like 10 also have some smaller ones that give like 1 health"
Thats easy.
Go to the folder that you installed FPS Creator.
Go to files and then to scriptbank.Find a file called:"pickuphealthglow" without the quotes.
Then open it and you will see the following:
Quote: ";Artificial Intelligence Script
;Header
desc = Health
;Triggers
:state=0,cantake,plrdistwithin=80:state=1,playertake,plraddhealth=50,plrsound=audiobank\items\healthup.wav
:state=0:rundecal=5,spinrate=4,floatrate=10
;End of Script
"
Do you see the plraddhealth=50
Change the 50 to whatever you want to give health and save it as.
Health(numbers)glow.fpi in the script folder.
Then you go to Fpsc and put the health on the map.Rightclick it and change its mainscript to what you named your Health script.
Quote: "is there any way to raise the max health as you progress in the game like 1st lv you have 100 health 2nd lv 150 3rd 200 ect. . ."
I dont know if that is realy possible.Pardon me if im wrong though.