Is there any way to get a certain command, for example
to run on all pages. So that the player cannot have more than 200 gold on them at any one time.
The alternative is to copy and paste this at the bottom of every single page and I really don't want to that.
If this isn't possible is there a way to set a maximum value so that $gold cannot exceed 200?
<<if $gold gt 200>><<set $gold = 200>><</if>>
to run on all pages. So that the player cannot have more than 200 gold on them at any one time.
The alternative is to copy and paste this at the bottom of every single page and I really don't want to that.
If this isn't possible is there a way to set a maximum value so that $gold cannot exceed 200?