(I dont know which tag i should use so im using scripting support)
I wanted to know the logic behind the Multiple Endings games.
What comes first in my mind that is a bunch of if elses that makes the code, like:
if EnemyIsDead then
--Ending1
else
--Ending2
end
But i still think thats not the most effective way to do it, or it is?
1 post - 1 participant