
08-14-2001, 12:25 AM
|
|
RadioActive Monkeeh
|
 |
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
|
|
|
I feel special o.o
some people haven't seen like my greatest scripts.
I would give the code if it wasn't on my playerworld and stuff. (and dont say UN scripting sucks because of all the people who said that and got a tour from me were very impressed)
Ace is great too but isn't he like retired from Graal?
and to answer that guys question...
Do you mean you hate an edited states.png ?
or just hearts?
If you have an edited states.png then you just need the user to d/l it and it will show up.
but if you have heart images use the following commands:
showimg index,x,y; // index must be over 200 for local showing
changeimgvis 4; //at least 4
and maybe
changeimgpart index,x,y,width,height;// x,y in the image width/height from the x,y in the image
then you ofcourse need
showstats bitflag; // here ill explain this one cuz some ppl just use it but dont know how..
The bitflags are :
1-ASD,2-icons,4-rupees,8-bombs,16-arrows,32-hearts,64-ap,128-mp,256-minimap,512-inv,1024-player
Now pull out a calculator and add everything you want to keep.
for example if you want to hide everything but the player and the minimap you would do 256+1024 = 1280
so
showstats 1280;
since you need to hide the hearts you add everything but the hearts:
showstats 2015;
to show it again just do the same thing. |
|
|
|