Okay I'm trying to set up a flowgraph that creates a game token called "'entityID'_money" when the player spawns.
But I'm getting the error:
Code:
[Error] [flow] SetGameTokenFlowNode: cannot find gametoken: '30583_money'.
When I try to use this:

and sometimes the error appears as:
Code:
[Error] [flow] SetGameTokenFlowNode: cannot find gametoken: '_money'.
Why is it missing out my entity ID ?