mob
proc
Sell_Stuff()
switch(input("Would you like to sell something?") in list ("Yes","No"))
if("Yes")
input(usr,"What item do you want to sell?","Inventory") in usr.contents
..()
if("No")
return
Problem description:
first, i doesn't open up the usr inventory, and two, what do i have to put in there to make it delete the item chosen.
plz show me plz this will help me lots
you dont use commas in a code, it can result in problems.