RPG Starter

by Falacy
An Open Source Demo/Game with everything you'll need to get started on your very own BYOND Game!
ID:292213
 
If I made a procedure return 1, how would I use that in an IF statement? Example:

    Victory()
if(BossMonsterDead == 1)
return 1 // would this make Victory return as 1?

Confirm()
if(Victory()) //would this return true?
<dm>
If the boss monster was dead, yes. Instead of code> tags, you can use dm> ones to show code on BYOND forums.