Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Level Design (https://forums.graalonline.com/forums/forumdisplay.php?f=6)
-   -   Lghts, Why does this one not work? (https://forums.graalonline.com/forums/showthread.php?t=30575)

Spark910 06-01-2002 04:52 PM

Lghts, Why does this one not work?
 
Well I addapted the predifned NPC's! And heres my Code:

NPC Code:

// NPC made by Spark911
if (created) {
setimg light2.png;
dontblock;
timeout = 0.1;
x=22;
y=19;
}
//#CLIENTSIDE
if (timeout) {
setcoloreffect 1,0.5,0.5,0.99;
drawaslight;
sleep 0.2;
setzoomeffect 1.1;
sleep 0.3;
setzoomeffect 1.2;
sleep 0.4;
setzoomeffect 1.1;
sleep 0.3;
setzoomeffect 1;
timeout = 0.1;
}



I Use it on Rudora to test it and alot of lights there come out Blakc and dont show, Why not? They should do, Is it Beacuse that script needs NPC Server!?

-Spark911

Timpan3 06-01-2002 05:22 PM

u dont post that here in lvel making

Spark910 06-01-2002 05:59 PM

Quote:

Originally posted by Timpan3
u dont post that here in lvel making
Its more level, As its not much of a script to go into scripting.


All times are GMT +2. The time now is 10:53 PM.

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