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 07-15-2001, 06:12 AM
pkblu154 pkblu154 is offline
Registered User
Join Date: Mar 2001
Location: somewhere in the planet Earth =P
Posts: 28
pkblu154 is on a distinguished road
Send a message via AIM to pkblu154 Send a message via Yahoo to pkblu154
Party lights script

well i have a question in the following script how can i make it keep changing the backpal without stoping?
// NPC made by Draktha
if (playerenters) {
setbackpal afirebackpal.gif;
sleep.5;
setbackpal duskpal.png;
sleep.5;
setbackpal picsgold.gif;
sleep.5;
setbackpal picsgravity.gif;
sleep.5;
setbackpal picslightblue.gif;
sleep.5;
setbackpal picsyellowgreen.gif;
}
if (playersays(party lights off)) {
setbackpal pics1.png}
if (playersays(party lights on)){
setbackpal afirebackpal.gif;
sleep.5;
setbackpal duskpal.png;
sleep.5;
setbackpal picsgold.gif;
sleep.5;
setbackpal picsgravity.gif;
sleep.5;
setbackpal picslightblue.gif;
sleep.5;
setbackpal picsyellowgreen.gif;
}
oh and i dont care if u steal it.. it doesnt work right anyways
__________________

No RPGs is bad like Bowser because
RPGs are good like Gorons!
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:55 AM.


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