• Register
Post feature RSS Yume Variables

A small introduction of variables and Yume RPG Toolkit

Posted by on

Yume Variables

Yume Toolkit offers the possibility to use variables during the game creation process.

Create boolean variables that can own the status true or false. Or create YVars which represent numeric values.

Yume BooleanOverview


Variables can be used to create certain conditions within events.
Here a small example:

Yume BooleanEvent 1

If the boolean variable 'Play Music' owns the status true, every command which is enclosed within the condition will be executed.


For the test-cases within the game-core we get the opportunity to change these variables during gameplay.

Yume BooleanDebugMode


A small but surely important helper for testing your games.

Comments
RpgBlaster
RpgBlaster

We can debug/test change event variable/event flag in game ?
this look very useful !

Reply Good karma Bad karma+2 votes
Post a comment
Sign in or join with:

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.