Thread: Mouse Movement
View Single Post
  #6  
Old 05-03-2002, 11:13 PM
prozac424242 prozac424242 is offline
Registered User
prozac424242's Avatar
Join Date: May 2001
Location: Gone crazy: back soon
Posts: 356
prozac424242 is on a distinguished road
Send a message via ICQ to prozac424242 Send a message via AIM to prozac424242
simple fun

this is not as fancy but its still cool
NPC Code:

// NPC made by Prozac
if (playerenters)
{timeout=.05;}
if (timeout)
{
if (leftmousebutton) {
putexplosion2 3,2,mousex,mousey;
}
timeout=.05;
}



insteat of explosion you can do showimg, lay rupee, putbomb, hitobjecs, .. be creative! heh
__________________

Useful links:
Graal Stats
Client Script Functions-GS1 to GS2
Serverside Script Functions-Gscript page
Particle Engine-Player Attributes
Server Options-Admin rights-Gmaps
Quote:
Originally Posted by Admins
Thanks for developing and improving playerworlds and such
Reply With Quote