Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   couple script commands.... (https://forums.graalonline.com/forums/showthread.php?t=35350)

emortylone 08-08-2002 05:43 AM

couple script commands....
 
I think a good couple off script commands could be:

showimg index,x,y,z; (add z coordinate with default shadow img from sprites.png)

imagex index;
imagey index;
imagez index;
imagewidth index;
imageheight index;

and

addplayercarry itemname

Python523 08-08-2002 05:54 AM

Re: couple script commands....
 
Quote:

Originally posted by emortylone
I think a good couple off script commands could be:

showimg index,x,y,z; (add z coordinate with default shadow img from sprites.png)

imagex index;
imagey index;
imagez index;
imagewidth index;
imageheight index;

and

addplayercarry itemname

showimg2 is already up :p
and addplayercarry can be done with ganis

Falcor 08-08-2002 09:03 AM

also...

imagewidth(filename)
imageheight(filename)

can be accessed from any graphic already in cache.

emortylone 08-11-2002 12:34 AM

no not like that this is how it would be used, if you want a number to appear after a image that is always moving or such:

showimg 0,shadoworb.gif,5,5;
showimg 1,imagex 0,imagey 0;

see?

Falcor 08-11-2002 12:43 AM

showimg 0,shadoworb.gif,5,5;
showimg 1,imagewidth(shadoworb.gif),imageheight(shadoworb. gif);

I see no difference, You could probably even put strings in the Parenthesis too. *shrugs*

emortylone 08-11-2002 01:09 AM

oh thanks i never even knew that but mines let you go into more detail, because if there is more then one shadow orb...
but also it would constrict to the scripts images making it never buggy.


All times are GMT +2. The time now is 02:45 AM.

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