Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Gani Construction (https://forums.graalonline.com/forums/forumdisplay.php?f=50)
-   -   effects? (https://forums.graalonline.com/forums/showthread.php?t=51184)

VeX_RaT_Boy 02-18-2004 03:42 PM

effects?
 
Hello, I need some gani help!

Is there a way to make the sprite not get affected by seteffect (day/night)? Scripting wise there is the commands drawaslight; and changeimgvis index,3;

How to do it in a gani?:confused:

--Chris-- 02-19-2004 03:34 AM

Open the gani in wordpad and add the script?

VeX_RaT_Boy 02-19-2004 11:40 AM

Quote:

Originally posted by --Chris--
Open the gani in wordpad and add the script?
Oooook. I thought there was a way like COLOREFFECT and that stuff, but I guess not. Thanks.

--Chris-- 02-19-2004 02:43 PM

You can use COLOREFFECT
Refer to the bottom of the FAQ
http://forums.graal2001.com/forums/s...threadid=47274

VeX_RaT_Boy 02-20-2004 12:28 AM

Yes I know COLOREFFECT, thats why I asked if there was a thing to add under COLOREFFECT so it wont get affected by seteffect.

--Chris-- 02-20-2004 03:48 AM

You're really confusing me X_x Doesn't matter...problem solved, right?

VeX_RaT_Boy 02-20-2004 10:46 PM

If you make it into a script it would be:

NPC Code:

if (created) {
setimg light2.png;
setcoloreffect 1,0,0,0.99;
drawaslight;
}



In a gani, you would first do the SPRITE, then you would do COLOREFFECT. But I was asking if there was a gani thing like those for t drahewaslight; command.

But problem solved I guess, I'll just make a script in the gani.


All times are GMT +2. The time now is 09:17 AM.

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