Thread: Gravity
View Single Post
  #12  
Old 05-18-2002, 11:32 AM
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
yep

neoknight almose guesed the baddy grav script ...
here it is

NPC Code:

// NPC made by Prozac
if (playerenters) {timeout=.05;}
if (timeout)
{
for (this.i=0; this.i<compuscount; this.i++
{
if (!onwall(compus[this.i].x+1,compus[this.i].y+2.5))
{compus[this.i].y++;}
}
timeout=.05;
}



wow people are still talkign about scripts i made 18 months ago .. heh cool!!!
__________________

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