I’m trying to make a script on a map and declare a variable, but I can’t assign the variable an Identifier. After typing in text (I’m on Xbox), the game acts like nothing was input (Identifier is still Empty). I’ve also tried a standalone Identifier node, with no success. Is there a workaround or a fix to this?
1 Like
I am having the same issue.
I just installed and tried on PC as well, no dice
The only workaround I’ve found is taking a script brain (prefabbed) that already has the types of variables you’re planning to use (the variables need to already have identifiers for this to work) from an unaffected map. For some reason, by using variable nodes that already have identifiers, you can type a new identifier on the affected map, but if the node’s identifier is empty, it won’t let you type a new one.
Odd, I did a weird spaghetti thing where I used the number of Dynamo grenades a player was holding as a variable, but I’ll definitely try that! Thanks