Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-14-2002, 02:42 AM
Ningnong Ningnong is offline
Registered User
Ningnong's Avatar
Join Date: Nov 2002
Location: < -- way
Posts: 262
Ningnong is on a distinguished road
More, uhm lights :D

ningnong + bordem =

NPC Code:

// NPC made by Ningnong

if (created) this.Ok = 1;

//#CLIENTSIDE

if (timeout || playerenters){
if (this.time=>300) this.Ok = 0;
this.time++;
setarray this.x,this.max;
setarray this.y,this.max;
setarray this.speed,this.max;
setarray this.angle,this.max;
setarray this.var,this.max;
setarray this.zoom,this.max;
for (i=0;i<this.max*2-random(.1,1);i++){
this.speed[i] = .66;
this.speed[i] ++;
this.angle[i] = this.angle[i] + this.speed[i] * 0.01;
this.var[i] = .2;
this.x[i] = random(x-this.xm,x+this.xp) + cos(this.speed[i]) * this.var[i] - random(2,4);
this.y[i] = random(y-this.ym,y+this.yp) + sin(this.speed[i]) * this.var[i] - random(2,4);
this.zoom[i] = .4;
showimg i,light2.png,this.x[i],this.y[i];
changeimgcolors i,random(.1,1),random(.1,1),random(.1,1),.999;
changeimgzoom i,this.zoom[i];
}
if (this.Ok == 1){
this.max +=.1;
this.xm += .01;
this.xp += .01;
this.ym += .01;
this.yp += .01;
}
elseif (this.Ok == 0){
this.max-=.1;
this.xm -= .01;
this.xp -= .01;
this.ym -= .01;
this.yp -= .01;
}
timeout = .05;
}




Just made this, I didn't see any point in uploading the level, just a copy and paste job, and since I hadn't posted in a while I thought i'd snap something quick up :P

*EDIT*

It doesn't paste so well so heres teh lebel =)

lebel:
Attached Files
File Type: nw nn_lights.nw (10.2 KB, 219 views)
Reply With Quote
  #2  
Old 11-14-2002, 02:44 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Nice lights..
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote
  #3  
Old 11-14-2002, 02:45 AM
Ningnong Ningnong is offline
Registered User
Ningnong's Avatar
Join Date: Nov 2002
Location: < -- way
Posts: 262
Ningnong is on a distinguished road
ty :P
Reply With Quote
  #4  
Old 11-14-2002, 02:54 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
You know what the boomy wants
__________________
Reply With Quote
  #5  
Old 11-14-2002, 02:56 AM
Ningnong Ningnong is offline
Registered User
Ningnong's Avatar
Join Date: Nov 2002
Location: < -- way
Posts: 262
Ningnong is on a distinguished road
o.O!

O yea, but, if i took a screenie it just looks like a series of lights, standing there (i dont know what lights do, maybe sit...) well anyway, I think i should make something other than lights, just for you

*thinks*

what should i make that loOks funkeh?
Reply With Quote
  #6  
Old 11-14-2002, 03:02 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Re: o.O!

Quote:
Originally posted by Ningnong
O yea, but, if i took a screenie it just looks like a series of lights, standing there (i dont know what lights do, maybe sit...) well anyway, I think i should make something other than lights, just for you

*thinks*

what should i make that loOks funkeh?
You could send me your graphics card
__________________
Reply With Quote
  #7  
Old 11-14-2002, 03:08 AM
Ningnong Ningnong is offline
Registered User
Ningnong's Avatar
Join Date: Nov 2002
Location: < -- way
Posts: 262
Ningnong is on a distinguished road
o.O

*notices gobooms sig*

nice sig, how come u have a new sig every, uhm, thread lol?

well, i gtg, bai anyone who's chillin on this forum XD
Reply With Quote
  #8  
Old 11-14-2002, 03:25 AM
adam adam is offline
http://wiki.graal.us/
adam's Avatar
Join Date: Nov 2001
Posts: 2,247
adam has a spectacular aura aboutadam has a spectacular aura about
Send a message via AIM to adam
You remind me of me. ;-)
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
Reply With Quote
  #9  
Old 11-14-2002, 03:43 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Re: o.O

Quote:
Originally posted by Ningnong
*notices gobooms sig*

nice sig, how come u have a new sig every, uhm, thread lol?

well, i gtg, bai anyone who's chillin on this forum XD
I dont..just every week...lol do you want one? Well here lookie at this one http://goboom.fatcake.com/Sigs/NingNongSig.png
__________________
Reply With Quote
  #10  
Old 11-14-2002, 04:07 AM
Ningnong Ningnong is offline
Registered User
Ningnong's Avatar
Join Date: Nov 2002
Location: < -- way
Posts: 262
Ningnong is on a distinguished road
O_O

sweet
Reply With Quote
  #11  
Old 11-14-2002, 04:56 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
screenie? :X
__________________

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:02 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.