I was just testing the new mouse commands, and they are awesome. Everything works except a few commands. Maybe I'm just using them incorrectly, but I don't think so.
I am having trouble with the commands: leftmousebutton, middlemousebutton, and rightmousebutton. They are supposed to set to true when you click the left, right, or middle button. I can't get any of them to work.
The only clicking command I can get to work when you click a button is mousedown. Please help. Here's an example of what I'm doing...
NPC Code:
if (leftmousebutton)
{
setplayerprop #c,Left Button;
}
Here's a sample output: