- Joined
- Sep 15, 2012
- Messages
- 311
I make a quest that asks the player to kill 10 wolves (example).
I've made an integer variable that goes +1 for each wolf killed and when this variable reaches 10 the quest is complete.
But how do I make it so when the player kills a wolf, the quest description updates showing x/10 wolves killed? Do I have to change the description everytime the kill count variable goes up or is there a simple way (a script or so...?)
I've made an integer variable that goes +1 for each wolf killed and when this variable reaches 10 the quest is complete.
But how do I make it so when the player kills a wolf, the quest description updates showing x/10 wolves killed? Do I have to change the description everytime the kill count variable goes up or is there a simple way (a script or so...?)