Health Problem
Posted: Wed Aug 25, 2010 5:14 pm
Hey I was in the progress of making a game and I got stuck on this piece of script.
and when I hit ok it says
Error Line 7: Expected ;
do you know whats wrong???
- Code: Select all
if (Health_NUM.textNumber >= 1);
{
(Health_NUM.textNumber = Health_NUM.textNumber -1);
}
else
{
DestroyActor("Event Actor");
}
and when I hit ok it says
Error Line 7: Expected ;
do you know whats wrong???