I need help again. Is there a way where you can make a variable, say money, appear in a certain chapter?
Well yeah. Each chapter has a $CHAPTERID equal to its number. Just use that to check what chapter it is on in the global page script to see if it appears.
In other words, yes but you need to use scripting.
But scripting is confusing…is there a simple way to use it?
IF $CHAPTERID = 3 THEN $PAGETEXT := $PAGETEXT + %MONEY
That's about as simple as it can be made, so if that's too complex for your liking, you'd have to manually add money to each page in the chapter.