1
Technical forum / Re: Objects picked up are not showing in Inventory Box.
« on: May 25, 2021, 09:47:53 PM »
As usual, as soon as I post here for assistance, I stumble upon the solution.
In the book.script in scenes.... I changed this
actor.TakeItem("book");
to this
Game.TakeItem("book");
I don't know why this worked, but it did! and now I'm returning to coding my original game.
In the book.script in scenes.... I changed this
actor.TakeItem("book");
to this
Game.TakeItem("book");
I don't know why this worked, but it did! and now I'm returning to coding my original game.