I made a script that recharges your life after 8 seconds like the one in Halo and I am in a good mood right now so I decided to share it with you guys.
+ Code Snippet
.::Scripted by Antimatter Games::.
;Artificial Intelligence Script
;Header
desc = Add health to player if health is low
;Triggers
:state=0,plrhealthless=100:timerstart,state=1
:state=1,timergreater=8000,plrhealthless=100:,sound=audiobank\items\healthup.wav,plraddhealth=10,state=2
:state=2,timergreater=9000,plrhealthless=100:plraddhealth=10,state=3
:state=3,timergreater=10000,plrhealthless=100:plraddhealth=10,state=4
:state=4,timergreater=11000,plrhealthless=100:plraddhealth=10,state=5
:state=5,timergreater=12000,plrhealthless=100:plraddhealth=10,state=6
:state=6,timergreater=13000,plrhealthless=100:plraddhealth=10,state=7
:state=7,timergreater=14000,plrhealthless=100:plraddhealth=10,state=8
:state=8,timergreater=15000,plrhealthless=100:plraddhealth=10,state=9
:state=9,timergreater=16000,plrhealthless=100:plraddhealth=10,state=10
:state=10,timergreater=17000,plrhealthless=100:plraddhealth=10,state=11
:state=11,plrhealthless=110:timerstart,state=0
:plrhealthless=5,timergreater=5000:state=0
.::Scripted by Antimatter Games::.
It is not perfect but im sure that merranvo or conjured can make it more effective if they want to. Just put it in a triggerzone.
Have fun!
-Half Death- A game like Half Life 2 in progress...
Back to top
can someone attatch it to an object, like heath, instead of a triggerzone, and please post it....if this is possible....
In Russia, Zombie Shoots You!