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
  #16  
Old 10-14-2001, 03:46 AM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
NPC Code:
if (playerenters) {
for (i=8;i>0;i--) {
setbackpal dusk#v(i).png;
sleep 0.5;
}
setbackpal pics1.png;
}

__________________


Last edited by grim_squeaker_x; 10-14-2001 at 03:48 AM..
Reply With Quote
  #17  
Old 10-14-2001, 08:16 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
wouldnt it be most efficient to use a for loop with seteffect?
Reply With Quote
  #18  
Old 10-14-2001, 05:03 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by btedji
wouldnt it be most efficient to use a for loop with seteffect?
Yes, but the original poster on this topic asked for that effect with backpals.
__________________

Reply With Quote
  #19  
Old 10-14-2001, 06:46 PM
toad1413 toad1413 is offline
toad@graal:~$ ./Oldbie
Join Date: May 2001
Location: Aust.
Posts: 3,819
toad1413 is on a distinguished road
Send a message via ICQ to toad1413
Re: Re: Re: Me = Totol Scripting Fool. Help.

Quote:
Originally posted by Kaimetsu


*cries*

if(playerenters){
i=0.5;
timeout=0.05;
}
if(timeout){
if(i!=0) timeout=0.05;
i-=0.05;
seteffect 0,0,0,i;
}
Poor poor Kai... LOOK WHAT YOU DID TO HIM! You reduced him to tears...
__________________
Creator of the original 'spam' icon. Worst mistake I ever made on these forums.
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 05:44 PM.


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