Remove the 'a' from inventory?

OurJud
05 Dec 2016, 00:16I want to change the 'a' from the inventory function to a colon, so that instead of:
You are carrying a pencils, bulldozer, fridge
I get:
You are carrying: pencils, bulldozer, fridge
Pertex
05 Dec 2016, 09:36First you must import the template CarryingListHeader and add the colon. And then remove the "Use default prefix and suffix" option from the pencils object

OurJud
05 Dec 2016, 14:10Thank you. That was painless enough.