flyero Posted January 11, 2010 Share Posted January 11, 2010 Hello Everybody I need Help for my Mod: :confused: The Player should talk with any NPC about an specified Topic. This works fine.But now i want a script (reference variable) to know, wich NPC the player talked to, or is talking to. Something like "GetPlayerIsTalkingTo" or "GetLastConversation Player" I didn't found any function like that. Can somebody help me, if possible without the script extender? :thanks: edit:Sorry i am in the wrong forum... Please Move to "Mod Troubleshooting" Thanks Link to comment Share on other sites More sharing options...
proutos Posted January 12, 2010 Share Posted January 12, 2010 Hi, what you can do is to create a ref variable in a Quest script, called NPCTalk. Then put in the Result script of your Topic : set QuestID.NPCTalk to This The NPC will now be recognized and ready to be used in more scripts. Link to comment Share on other sites More sharing options...
flyero Posted January 12, 2010 Author Share Posted January 12, 2010 Thanks! Works perfectly fine! :biggrin: I dont know how it works but it does. Is this a OBSE function? Link to comment Share on other sites More sharing options...
Vagrant0 Posted January 14, 2010 Share Posted January 14, 2010 Is this a OBSE function?No. Link to comment Share on other sites More sharing options...
Recommended Posts