how do do this this way.
LOL
I have set up a game and I want the player to be awarded points for achieveing simple things. The thing is I don't know how to do this.
simple. if coding, put this in the 'define game' section....
define variable <points>
type numeric
value <0>
display <Points: !>
end define
otherwise, in QDK, setup a status variable by going to
Game --> Status Variables.however, if you dont want the player to see their points, you can just make a numeric variable and the points can be shown to them somewhere else, by typing a command, or at a save point or whatever.