Currently I’m just using a string that says “Hold E to pick up item”. What I want to do is somehow take the correct key of that input and then build a string around it. Something like
“Hold” {inputkey} “to pick up item”
Currently I’m just using a string that says “Hold E to pick up item”. What I want to do is somehow take the correct key of that input and then build a string around it. Something like
“Hold” {inputkey} “to pick up item”