ID:270631
Jul 11 2006, 12:57 pm
|
|
can somoone post the code to make a inventory item
|
In response to Vito Stolidus
|
|
Vito Stolidus wrote:
Note that creating a seperate one from scratch would also not be difficult That is true. i made a inventory that appears on a client's screen when they click on a verb. |
In response to Flame48
|
|
how do i make this so it asks how much points you want to use switch(input(src,"Distribute Points","[src.points] Points left",text) in list ("Health","Strength","Chakra","Defense","Speed","Stamina","Save for later")) |
Supper yugi wrote:
can somoone post the code to make a inventory item mob/Stat() Ask for asking how much to distribute: switch(input("Which skill do you want to put points into?","Choose skill") in list("skill1","skill2","skill3")) //asks which skill DO NOT COPY PASTE THIS! This is just a quick example of how you can distribute them. |
Note that creating a seperate one from scratch would also not be difficult: Simply create a list (var/list/MyInv = new) and use the same operators.
--Vito