Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   light effects? (https://forums.graalonline.com/forums/showthread.php?t=15176)

aesquivel 10-22-2001 07:02 AM

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;
}


Python523 10-22-2001 08:32 AM

Probably not, don't post anything like that, you can test the script your self offline instead of asking

Faheria_GP2 10-22-2001 09:24 AM

yes, i have a voodoo and cant test it for you

aesquivel 10-22-2001 09:37 AM

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

btedji 10-23-2001 03:22 AM

there needs to be spaces between command and value like:

sleep .1;


All times are GMT +2. The time now is 05:34 PM.

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