Quote:
Originally posted by faiola
eh? hmm?
that is not working showstats 1005; is hiding my player and my bombs and arrows........
i don't think i understand.....you mean if i wanted to hide the asd i would put
showstats 1; right?
well then what about
if i just wanted to show the player and the asd?
and i know once i figure out how to do this i needa learn how to add my own things over top of the current ones b/c there doesn't seem to be a addspritesdef bah.png,world_,0; and then i need to learn how to over right the things once you pick them up they needa stay the new way not go back to the old.....
_________________________________
anyone have an example script i could look at?
_________________________________
:grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr: :grrr:
|
Draco having starting a new playerworld because I took your RC away? Well I'll be kind and help you with this.
1-ASD,2-icons,4-rupees,8-bombs,16-arrows,32-hearts,64-ap,128-mp,256-minimap,512-inv,1024-player
If you wish to only have everything but the ASD buttons showing use:
showstats 2+4+8+16+32+64+128+512+1024;
To show everything use:
showstats 1+2+4+8+16+32+64+128+512+1024;
So in short use "showstats 1+2+4+8+16+32+64+128+512+1024;"
but take everything you don't want showing out of the list.