Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Adding health and more stuff

Hello, i am here to ask a question again. Can i add health, ammo or other stats like that? If so, how can i add it? I really need your answer and it would be useful for me, thank you very much! :)

Comments

  • For your information, i'm using sugarcube.
  • You can use $variables to track information in your story, for example the following code creates a health, and an ammo variable:
    <<set $health to 100>>
    <<set $ammo to 10>>
    
    I suggest you read SugarCube's documentation on variable related macros.
Sign In or Register to comment.