Problem description:
Ok, so I had an idea in mind that would include on using Click() on an NPC in my game, though the person in question can do it anywhere in the game, so I thought about adding,
set src in oview(1)
I couldn't figure out what to do for that...
if(usr.loc (isnear???)npc.loc)
executecodehere
else
return
So what's the deal?