Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   showimg color (https://forums.graalonline.com/forums/showthread.php?t=28831)

aesquivel 05-09-2002 08:53 PM

showimg color
 
could someone tell meh how to change colors in the showimg command

Spark910 05-10-2002 01:13 AM

Re: Re: showimg color
 
Quote:

Originally posted by Kaimetsu


What? It just shows an image, if you want light effects then use changeimgcolors.

Lol and i think he may mean text colors as i rember in that post people were quoting each other on showimg! Or summat for some reason! As no good scripter rpelyed to it.

RavenTelvecho 05-10-2002 03:24 AM

NPC Code:

if(playerenters) {
showimg 0,@Verdana@c@This is how you change the color of text,playerx,playery; changeimgcolors 0,1,1,0,1;
changeimgzoom 0,2;
}


[edit]
if you ment text color
[/edit]

Falcor 05-10-2002 04:31 AM

Ugh... please make a habbit of putting single statements on their own line. its hard to read codes like

if(playerenters) {x=5;y=3;message Cool;setplayerprop #c,OMG!; for(i=0;i<2;i++) playerrupees++;}

RavenTelvecho 05-10-2002 05:24 AM

sorry x.x

Saga2001 05-10-2002 10:33 PM

Quote:

Originally posted by Kaimetsu


I agree. Sometimes I do things like:
i=0; j=0;
when they're both doing pretty much the same thing, but otherwise I don't group stuff.

I only do it when they are short like:
j=0; k=0;
also I hate it when people do:
j=0;k=0;
missing the space makes me angry. :mad:

aesquivel 05-11-2002 02:37 AM

Thanx thats exactly what i needed XD


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

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