View Single Post
  #1  
Old 06-24-2006, 12:28 AM
Darkyoshi12345 Darkyoshi12345 is offline
Darky
Join Date: Jun 2006
Posts: 153
Darkyoshi12345 is on a distinguished road
Script Working Offline, Inaffective Online

Yes, I know, this small sample script is simple and pointless (Particularly for an event), but what shall I do to make it work online? I'm quite a bit of a newbie at scripting, but I used to be able to back in the day.

NPC Code:

//Mouse Bomber
if (mousedown && leftmousebutton) {
putbomb 1,mousex,mousey;
}

Reply With Quote