Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-27-2002, 09:05 AM
faiola faiola is offline
Registered User
Join Date: Jun 2002
Posts: 27
faiola is on a distinguished road
Send a message via AIM to faiola
Angry Egrh Script Help?

:grrr: :grrr: :grrr: :grrr: :grrr:

Anyone Tell Me How To Hide Certain Things? Like hide The Fullhearts But Not The ASD i tried showstats 32; but it don't work any one can help it would be greatly appricieated.....




[jagen] annoying text removed [/jagen]
__________________
Reply With Quote
  #2  
Old 06-27-2002, 09:14 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
showstats 1005, that shows ASD, icons, rupees, bombs, arrows, and the player
Reply With Quote
  #3  
Old 06-27-2002, 09:17 AM
faiola faiola is offline
Registered User
Join Date: Jun 2002
Posts: 27
faiola is on a distinguished road
Send a message via AIM to faiola
Talking Thx

that helps me alot...thx and ..... can somone send me a list of like what those numbers do incase i want to like change it?
__________________
Reply With Quote
  #4  
Old 06-27-2002, 09:24 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
showstats bitflag; shows/hides parts of the stats bar (1-ASD,2-icons,4-rupees,8-bombs,16-arrows,32-hearts,64-ap,128-mp,256-minimap,512-inv,1024-player)
to show like asd and icons only, you could do
showstats 3
or showstarts 1+2
Reply With Quote
  #5  
Old 06-28-2002, 08:45 AM
faiola faiola is offline
Registered User
Join Date: Jun 2002
Posts: 27
faiola is on a distinguished road
Send a message via AIM to faiola
eh?

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:
__________________
Reply With Quote
  #6  
Old 06-28-2002, 12:29 PM
user13-xo user13-xo is offline
Registered User
Join Date: Nov 2001
Location: California
Posts: 297
user13-xo is on a distinguished road
Send a message via AIM to user13-xo
Re: eh?

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.
Reply With Quote
  #7  
Old 06-28-2002, 08:19 PM
faiola faiola is offline
Registered User
Join Date: Jun 2002
Posts: 27
faiola is on a distinguished road
Send a message via AIM to faiola
heh

heh.....that part i have figured out now i must work on my others
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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