JimmyRyder Posted February 27, 2017 Share Posted February 27, 2017 Hello again. I'd like an NPC I created to follow me during a specific stage of a quest. So I created for him an AI Package to "follow me" during this specific stage in "Conditions" In "Condition" I want to add GetScriptVariable with Parameter 1: my character and Parameter 2: IsFollowing BUT I can't select anything in Parameter 2, it only shows up "None". Before you suggest I tried to tick "Persistant Reference" in the render view but it's in grey (already ticked and can't untick) and I think it has no effect... Any help is appreciated, thanks! (I'm a begginner with the GECK) Link to comment Share on other sites More sharing options...
Mktavish Posted February 28, 2017 Share Posted February 28, 2017 The player doesn't have a script you can call to ... sounds like you need to be using "GetQuestVariable"Then the quest is parameter 1 and its variable is parameter 2. But if you simply want to know the stage ... then use "GetStage" Link to comment Share on other sites More sharing options...
JimmyRyder Posted February 28, 2017 Author Share Posted February 28, 2017 Thanks for reply, it works! Link to comment Share on other sites More sharing options...
Recommended Posts