-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] I want to manage the player stat. #892
Comments
To integrate gameplay via variable and ink, you have two major solutions. Which one you choose depends of your use case:
There is no way that is better or worse than the other, it's mostly depending of what you want your code to do.
Let me know if there is a specific point where you need more info, as I just redirect you with an overview and the documentation (there is a ton of things that is possible in ink, you just have to get the keys on how to use it to be able to create neat game.) |
thank you for your kindness. i checked all of your informations! |
Hi! i'm noob indie game developer. i'm using unity(2D) to make text-based game. (with awwwesome ink)
first, I say sorry for my strange English skills.
anyway! in my game, player have several status. like power, health, intelligence...etc.
question is, in the story, if player drink poison tea, how can i down player's health status?
[player drink tea. oops. it's poison.
health -20] << if this line come out, i want to down 20 health point in my player's 100 health point that already defined in c# script.
i tried but...sorry for my bad english. have a nice day!
The text was updated successfully, but these errors were encountered: