I have a topic fragment (Extends TopicInfo Hidden?) and an Alias script (extends AliasReference), all under the same quest. Problem is that I can't get the topic fragment to effect changes in the Alias script. Or even recognise Alias script for that matter. I know variables are private, and therefore out of scope beyond its own script, but I though casting would overcome the difference but I couldn't do it.
I'm able to get an alias script (extends RefAlias), to run functions in the quest script even though the script types are dissimilar simply by adding the property
QuestScriptName Property PropertyName Auto (then target the quest)?. I thought this was a way to acess variables & propertys in another script - So why can't I do the same with topic fragments.
All I'm attempting to do with the alias script is to set code within one of its States to run. Using topics to control the actions of an NPC alias. Basically Click on the word Jump and the alias NPC will jump