Points and money?
kansasdad
05 Feb 2019, 20:15In a game I have in mind the player would earn points and sometimes earn/pay money is this possible in a rpg gamebook format?
DarkLizerd
10 Mar 2019, 03:09Yes.
Oh, gamebook... I would think so...
Text Adventure can do gamebook, but you have LOTS!!! more "toys" to play with.
Deckrect
13 Mar 2019, 01:13This is a very simple addon and may be implemented with easy. Try checking documentation for variables. All you need doing is creating the variables player.money and player.points. when time comes, you may increase and decrease this variable as needed. If I recall correctly, the GUI only allows you increasing and decreasing by 1. So you need to, for example, set player.money = player. Money + 5. So you may increase +5 , for example.