View Single Post
  #14  
Old 12-31-2004, 01:45 AM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
Quote:
Originally Posted by Evil_Trunks
you can also do this, better:

NPC Code:
if (mousedown) {
if (strequals(#p(0),left)) {
stuff();
}
}



but not leftmousebutton alone
or even
NPC Code:

if(mousedown && mousebuttons == 1){
setplayerprop #c,Left Mouse Clicked;
}

__________________

Reply With Quote