tcape / stc_game

Unity 3D Dungeon Crawler game. Junior project 2018/19
5 stars 2 forks source link

As a user, I want to intereact with NPC's by right clicking on them #195

Open shantahuja opened 5 years ago

shantahuja commented 5 years ago

As of right now, when a user needs to interact with an NPC, they go within range. This causes a nuance because if they want to re enter dialogue with an NPC, they must run out of range and run into range again. We want the user to be able to right click to interact with an NPC to get rid of that nuance.

Acceptance Criteria

contains:

does not contain:

shantahuja commented 5 years ago

this may be solved by going into the trigger script. the trigger script is a component on any NPC (road sign, blacksmith). may also need to go into player or quest system player script on the hero object.