Thread: Money Script
View Single Post
  #3  
Old 10-22-2003, 03:51 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
More specifically, mousedown is an event, which is not to be placed within another conditional statement.

If you want it to drop once every time the mouse is clicked, you'd want to check for mousedown and leftmousebutton; otherwise, you'd put the leftmousebutton in a timeout.

Also, two other caveats:

-You can only lay money that you have
-It'll only work if you decrement the player's rupees, otherwise the NPC-Server will eat it
Reply With Quote