How is the best way to keep testing for a player to touch a NPC and hit A?
if(playertouchsme&&keydown(5)){
message hi;
}
makes it so u have to hold A and run at the NPC. Im just trying to figure out some way so a player can already be touching a NPC and hit a and it works.
Loriel did it on his mini game on londeroth but I really have no clue how. Any ideas?