If you want it to be a one time bonus then:
IF %ITEMSTATE(item number) = 1
THEN %VALUE := %VALUE + 1
This goes in your global script. If you want it to be an every page bonus, put in in link scripts. If you want it to give a bonus on a specific page, put it on the page script of that page.