soldierkilt Posted May 20, 2013 Share Posted May 20, 2013 Event onUpdate() Actor player = Game.getPlayer() Actor thegreeter = Greeter.GetActorReference() if (thegreeter.IsHostileToActor(player)) EndIf EndEvent Alias Property Greeter Auto C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\SurrenderQuest.psc(5,27): GetActorReference is not a function or does not existNo output generated for SurrenderQuest, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on SurrenderQuest Trying to get the actor instance of an Alias. Would love to know how to do this. Link to comment Share on other sites More sharing options...
soldierkilt Posted May 20, 2013 Author Share Posted May 20, 2013 nvm i should have used reference alias instead of alias Link to comment Share on other sites More sharing options...
Recommended Posts