I have a lot of requests so I thought I'd post it in one message.
My first developer-how-to question is this: How do you shuffle the inventory, or contents, so that all the items will be swaped all around?
My second question would be: How can I get only certain objects in the inventory to be shown. Like this;
if(the object variable is set to this)
don't show it in the contents
else
show it in the contents
My last request is how to show the HP of a player under thier character.
Thanks for reading, even if you couldn't help. I appreciate it, and thanks in advance.
ID:270674
Jul 21 2006, 6:47 pm
|
|
Jul 22 2006, 5:01 am
|
|
For the shuffle, I would go through each item in the inventory and swap it with a random one. You should be able to code that by yourself.
|
In response to Ripiz
|
|
Thanks guys...But...no one knows how to get the HP under the player?
|