wishy Posted March 11, 2020 Share Posted March 11, 2020 (edited) Need to unequip an item in one of your events? Even though we don't have an option to unequip items, there is an easy way around this.  Start by making empty items for every slot you need to unequip. Spoiler  Whenever you need to unequip an item, you can: 1. Give invisible Item 2. Equip invisible Item 3. Take invisible Item Spoiler This way you can unequip any slot you want at any moment, without having to check what items are equipped, how many are in inventory etc...  (aditional steps might be required when the player has a full inventory)  In my case, when the player has a full inventory, I swap out the 'Player Journal' temporarely, because the journal is an item the player always has in his/her inventory.  extra steps when the player has a full inventory: Spoiler  Edited March 11, 2020 by wishy added full inv fix Link to comment Share on other sites More sharing options...
Beefy Kasplant Posted March 11, 2020 Share Posted March 11, 2020 5 minutes ago, wishy said: (aditional steps might be required when the player has a full inventory) Â You gloss over this, but it's super important Link to comment Share on other sites More sharing options...
wishy Posted March 11, 2020 Author Share Posted March 11, 2020 23 minutes ago, Dashplant said: Â You gloss over this, but it's super important Added the way I fixed that in my game, every game is different though, so people should fix it on their own way Beefy Kasplant 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now