Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-09-2002, 01:10 AM
MattMrHat MattMrHat is offline
Banned
Join Date: Aug 2002
Location: United States Age: 15
Posts: 111
MattMrHat is on a distinguished road
Newb Gift: Circular Explosions

I finally got it, but I decided not to use it. hehe. So I am giving it out to every newb to play with. But remmember, You can't use this on your project or your playerworld without my permission unless you want to be severely fonged.

NPC Code:

//NPC made by Hironubous
if (playerenters){toweapons Fire;}
if (weaponfired) {
angle = 0.00;
while (angle <= 6.28) {
putexplosion 1, playerx + (5*sin(angle)), playery + (5*cos(angle));
angle += .628;
sleep .05;
}
}



Also, here is what I have decided to use. I decided to use graphics, because putexplosion is very boring, plus there is no 'ice' or 'shadow' explosions.. (maybe in the future?)
Attached Images
 
Reply With Quote
 


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 09:09 PM.


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