robindouglasjohnson / gruescript

Point-and-click text adventure maker
MIT License
57 stars 14 forks source link

Expand give command to force hold an already carried item #21

Open dmyates opened 1 year ago

dmyates commented 1 year ago

I've occasionally found it useful to force an inventory item into the holding slot using JavaScript. I was surprised that the give command didn't do this by default, so I've added the behaviour in this PR.