I would like register an actor ID in one Quest
And be able to read this variable value from another Quest
Global variable work only for number and i want register an actor
How Can i did it?
ScriptName YourScript01 Extends QuestActor Property YourActor Auto
ScriptName YourScript02 Extends QuestYourScript01 Property Quest01Script Auto ; Access YourActor with "Quest01Script.YourActor"