A "Graph Token" is a variable that is used for storing values and then re-using those values within the same graph.
These tokens can be used for performing simple logic manipulations and checks within the flow graph script.
Graph Tokens share many similarities with Game Tokens. They can have the same types of variables set and even appear under the CVar command gt_show=1 along with the rest of the gametokens.
They are typically used to communicate different variables across a very large graph and to alleviate the need for extra flow node connections.
In this tutorial we will create our own Graph Token that will check if we have spawned into the game or not. We will then use a check to see the value of the Graph Token and output that value to the screen.