Event: "Display Items" { setItems([item3]) // Removes item1 and item2 from the game // Then moves item3 to room } }
Item: item1 Item: item2 Item: item3
Description
Replaces the current item list on the object with the parsed list of items, by removing all items on the object first and then giving all items in the new list to the object.