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 10-22-2001, 07:02 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
light effects?

is there any thing wrong with this script?


NPC Code:
// NPC made by Adam

//#CLIENTSIDE
if (created) {
drawaslight;
dontblock;
setcoloreffect2,2,2,.8;
setzoomeffect2;
timeout=.1
}
if (timeout) {
setzoomeffect2.1;
sleep.1;
setzoomeffect2.2;
sleep.1;
setzoomeffect2.3;
sleep.1;
setzoomeffect2.4;
sleep.1;
setzoomeffect2.3;
sleep.1;
setzoomeffect2.2;
sleep.1;
setzoomeffect2.1;
timeout=.1;
}

__________________
Reply With Quote
  #2  
Old 10-22-2001, 08:32 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Probably not, don't post anything like that, you can test the script your self offline instead of asking
Reply With Quote
  #3  
Old 10-22-2001, 09:24 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
yes, i have a voodoo and cant test it for you
Reply With Quote
  #4  
Old 10-22-2001, 09:37 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
well i cant figure out why i used to be able to see light efects and now they dont werk at all some 1 help plz
__________________
Reply With Quote
  #5  
Old 10-23-2001, 03:22 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
there needs to be spaces between command and value like:

sleep .1;
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:07 AM.


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