Bally9 Posted January 27, 2011 Share Posted January 27, 2011 If a Reference Variable is made in an object or quest script and set to a NPC, is there any function available to make the variable a condition, in the same way GetIsID would? Specifically, for things such as IA packages, Idle Animations, and Dialogue conditions that have non-script based drop down boxes. Well, GetIsId is for base objects, GetIsReference is for references placed in the world space, GetQuestVariable only runs for numeric value checks. The Geck page says "You can use a reference variable anywhere you could use an object reference", but how to access it in drop down condition boxes that need the Cell name and placed reference name is something else. Anyway to get the game to treat Ref Variables as it would base objects or placed references? Link to comment Share on other sites More sharing options...
rickerhk Posted January 27, 2011 Share Posted January 27, 2011 In the condition box, the function is GetScriptVariable. The scripted reference will have an object script and also needs to be a persistent reference. Link to comment Share on other sites More sharing options...
Recommended Posts