Code: Select all
default item_trash = InventoryItem(000001,"gui/items/default.jpg",0,1,"Trash","Description",64)
default item_vial = InventoryItem(000002,"gui/items/default.jpg",1,0,"Vial","Description",16)
default item_gold = InventoryItem(000003,"gui/items/default.jpg",1,1,"Gold","Gold coins from the elven empire, they have little value on Alcatraz except to unique individuals",64)
default item_squeeb_mead = InventoryItem(000004,"gui/items/default.jpg",0,0,"Special Mead","A barrel of mead for Lucia of Vergesseneburg",1,vii = True)
default item_squeeb_letter = InventoryItem(000005,"gui/items/default.jpg",0,0,"Letter of Recommendation","A letter of introduction for Lucia of Vergesseneburg",1,vii = True)
default item_squeeb_supplies = InventoryItem(000006,"gui/items/default.jpg",0,0,"Supplies for Squeeb","A package of supplies for Squeeb at the Last Drop. The package is quite heavy and has a lipstick mark on the exterior",1,vii = True)
default item_leather_scrap = InventoryItem(000007,"gui/items/default.jpg",2,2,"Leather Scrap","A piece of leather scrap harvested from some large creature.",16)
default item_werewolf_fur = InventoryItem(000008,"gui/items/default.jpg",4,6,"Werewolf Fur","A bundle of coarse fur that may be of use to a craftsman.",16)
default item_loot = InventoryItem(000009,"gui/items/default.jpg",1,1,"Loot","A collection of general materials with little use but will work well for bartering.",64)
default item_nails = InventoryItem(000010,"gui/items/nails.jpg",3,1,"Nails","A collection of rough iron nails.",16)Code: Select all
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/script.rpy", line 97: invalid token
InventoryItem(000008,"gui/items/default.jpg",4,6,"Werewolf Fur","A bundle of coarse fur that may be of use to a craftsman.",16)
^
File "game/script.rpy", line 98: invalid token
InventoryItem(000009,"gui/items/default.jpg",1,1,"Loot","A collection of general materials with little use but will work well for bartering.",64)
^
Ren'Py Version: Ren'Py 7.3.2.320
Fri Mar 20 14:26:20 2020