ProudDesk Posted December 23, 2020 Share Posted December 23, 2020 For example if you want to attach a script on an object you double click on the object > Make a new script but how would I make a script for the player?? like if I want to do something when the player attacks an NPC. Thanks in advance. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted December 24, 2020 Share Posted December 24, 2020 Create a new quest record -- may need to have 'start game enabled' checked unless you will start the quest by other meansCreate a reference alias on the questAssign the player to the alias -- Fill type: specific reference, Location: any cell, Reference: PlayerRef You should do this type of thing for all base game objects whenever possible as it allows for greater compatibility. Link to comment Share on other sites More sharing options...
ProudDesk Posted December 24, 2020 Author Share Posted December 24, 2020 Than Create a new quest record -- may need to have 'start game enabled' checked unless you will start the quest by other meansCreate a reference alias on the questAssign the player to the alias -- Fill type: specific reference, Location: any cell, Reference: PlayerRef You should do this type of thing for all base game objects whenever possible as it allows for greater compatibility.Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts