View Single Post
  #9  
Old 12-29-2004, 04:58 AM
Anarchy04 Anarchy04 is offline
Registered User
Join Date: Oct 2004
Posts: 2
Anarchy04 is on a distinguished road
Quote:
Originally Posted by haro41
i dont understand how it works. leftmousebutton when? in level?

i turned it into a editor npc and saved it. is that how i do it? HALP

either of those ways should work. You'll need to add the event flag 'mousedown' in the first if statement though.

if (mousedown && leftmousebutton) {
Reply With Quote