.token3 EQUB 200 + 10 \ Text token 10: Configure text to be printed at the \ graphics cursor and set the background colour to \ colour 0 (blue) EQUB 200 + 7 \ Text token 7: Move the graphics cursor to (64, 768) EQUS "WRONG SECRET " \ Print "WRONG SECRET CODE" EQUS "CODE" EQUB 200 + 0 \ Text token 0: Background colour blue, print "PRESS \ ANY KEY" at (64, 100), set text background to black EQUB &FF \ End of tokenName: token3 [Show more] Type: Variable Category: Text Summary: Background colour blue, print "WRONG SECRET CODE" at (64, 768), print "PRESS ANY KEY" at (64, 100), set text background to blackContext: See this variable in context in the source code References: This variable is used as follows: * tokenOffset uses token3