Hey guys. Been working on this little PA script and im stuck at this point. Everything works except for displaying in the above avatar text who clicked it.
It's picking up the owner perfectly fine but not who's clicking it (I'm working on the bite option ATM) . Its probably something simple but any help is appreciated.
list buttons = ["Lick", "Rub", "Bite", "Suck On", "-"];
string dialogInfo = "\nHow do you want to tease them?.";
key avatar;
string OWNER;
string OWNERNAME;
string touchername;
key toucher;
integer dialogChannel;
integer listenHandle;
default
{
state_entry()