I want to use variables that is from custom_player into game_manager verse. Is there a way to find out?

I want to use variables that is from custom_player into game_manager verse. Is there a way to find out?

@editable MyCustomPlayerDevice : custom_player = custom_player{}
Reference the verse device from the editor and then inside your code you can do something like
Print("{MyCustomPlayerDevice.VariableIWantHere}")
can you show me the custom_player script?
@editable MyCustomPlayerDevice : Custom_Player_Init_Verse = Custom_Player_Init_Verse{}
Thank you so much!! I solved it.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.