hey, can someone please give me a code, for an inventory, like a separate tab command? Please and Thank You? And i was wondering how do i make an object be able to be worn!?
I have armour, and its as an object, but i need code for it to be able to be worn, and go in inventory? if someone can help, i would really liek that?!
ID:267322
Mar 2 2003, 7:21 am
|
|
Maybe you should read the forum rules. I think it says there that you aren't supposed to ask for "a" code for anything. Zlegend's suggestion is all I would hope for. Try the FAQ, Tutorials, and demo links on the left hand side, for any information related to this. It's probably not gonna be as fast as you were looking for, but if you are really serious about this you wil take the time to learn properly.
Canar |
In response to Zlegend2
|
|
you can also just have
stat() statpanel("inventory",src.contents) |
In response to Canar
|
|
woa, why going so hard on him? Let him ask questions. He's receiving help. Let him have it. It's not hurting anyone.Sheesh!
|
In response to Zlegend2
|
|
I wasn't going hard on him. I didn't say, "Please don't post on the forums unless you have a legitimate question." I simply suggested alternate forms of obtaining the solution. Don't go easy on him. All you did was give him one solution without explaining it at all, how's he going to learn to make an original well thought out game like that?
Canar |
In response to Canar
|
|
he'll learn if he sets his mind to it. The best way to learn is on your own with a source from someone else.
|
In response to Zlegend2
|
|
ok guys, i was wondering, how i get to be able to pick an item up and put it in my inventory, and also be able to take it off and put it back on? Can you tell me how!? BTW. Im learning :)
|
In response to Airjoe
|
|
ok guys, i was wondering, how i get to be able to pick an item up and put it in my inventory, and also be able to take it off and put it back on? Can you tell me how!? BTW. Im learning :)
srry for double post |
In response to SSJ4 Radditz
|
|
Check out RPGTutorial for a great example of how to make an inventory and items.
|
In response to SSJ4 Radditz
|
|
I noticed that this post is one minute AFTER your other one, AND you mention "srry for double post." Now, this means that you knew double-posting is wrong, and yet you still did it. Doesn't sound like you're very "srry" to me. Think before you post.
|
mob/Stat()
statpanel("Inventory")
stat(usr.contents)