Is there a script that displays items by command;example:let's say the game has 20 fire sword and 2 demon helmet, it uses the command sell item on the item everything in the backpack.
SCRIPT TFS 1.3
Script !sell item
SCRIPT TFS 1.3
Lua:
-- charge free accounts more since prem player support the server
local extraCost = 10 -- in percentage, 10 equals 10%
local shopItems = {
['backpack'] = {price = 20, count = 1},
['shovel'] = {price = 5, count = 1},
['pick'] = {price...