Victory()
if(BossMonsterDead == 1)
return 1 // would this make Victory return as 1?
Confirm()
if(Victory()) //would this return true?
<dm>
ID:292213
![]() Feb 20 2011, 8:33 pm (Edited by moderator on Feb 20 2011, 11:03 pm)
|
|
If I made a procedure return 1, how would I use that in an IF statement? Example:
|
![]() Feb 20 2011, 11:02 pm
|
|
If the boss monster was dead, yes. Instead of code> tags, you can use dm> ones to show code on BYOND forums.
|