O Ilusionista
Captain 100K
I know that I can use "stagenumber" to give a specific number to a stage.
To get in which stage I am (so I can trigger specific animations, effects and others), I should use :
But what is the difference between those two?
Plus, about "current_scene" (which gets the current scene, hence the name), do OpenBOR increments scene number automatically too, as it does with stages (without a defined stagenumber)?
To get in which stage I am (so I can trigger specific animations, effects and others), I should use :
int stage = openborvariant("current_stage");
But what is the difference between those two?
"current_level", - gets current level
"current_stage", - gets current stage
Plus, about "current_scene" (which gets the current scene, hence the name), do OpenBOR increments scene number automatically too, as it does with stages (without a defined stagenumber)?