Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
CaptainManiac

A childish asking for help,because of a script that does not compile

Recommended Posts

Ok,every time i try to compile this the "missing semicolon" comes up.I do not find missing semicolon.I am using latest GZDB version.How can i fix this?
script 1 ENTER
{
int bosshealth = GetActorProperty(666,APROP_Health) + Getactorproperty(667,APROP_HEALTH) + Getactorproperty(668,APROP_HEALTH) + Getactorproperty(669,APROP_Health);
while(ThingCountName("BaronofHell",0) == 4)
{
Sethudsize(1024,768,0);
Setfont("dbigfont")
HudMessageBold(s:"Brothers of Damnation'health: ",i:bosshealth,s:"";HUDMSG_FADEINOUT,0,CR_UNTRANSLATED,412.0,248.0,0.0);
delay(1);
restart;
}
}

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×