the game im working on, i have a variable called enem, and i have 20 enemies and i want it so when enem = 0, to move the view on the y axis 2066 so i tried this,
if (enem<=0)
{
view.y=2066;
}
but when i clicked add, it says Unknown type of binhcost
what does that mean?