Hello
I found this bleeding script by searching the faq here at the site.
BUT i doesnt work i get a error message. saying something about the @(getDammage _victim < .25) : goto "Loop" line
_victim = _this select 0
#loop
~0.1
@(getDammage _victim < .25) : goto "Loop"
?(_victim == player) : hint "You're bleeding from your wounds!"
#Bleed
~20 ; Change it for other delay time
_victim setdammage (getDammage _victim) + 0.05
? (not alive _victim) :exit
? (getDammage _victim > .4) and getDammage _victim < .46) and _victim == player) : hint "You're still bleeding!"
? (getDammage _victim > .5) and (getDammage _victim < .56) and (_victim == player) : hint "You need medical assistance!"
? (getDammage _victim > .6) and (getDammage _victim < .66) and (_victim == player) : hint "Hell! You lost alot of blood!!"
? (getDammage _victim > .7) and (getDammage _victim < .76) and (_victim == player) : hint "You've got to stop this bleeding!!"
? (getDammage _victim > .
and (getDammage _victim < .86) and (_victim == player) : hint "You need help! Immediately!!!"
? (getDammage _victim > .9) and (getDammage _victim < .96) and (_victim == player) : hint "You're almost dead..."
Goto "Bleed"
Anyone know why? And if you do how do i fix it.
I executed the script as instructed.