Updated the 'Add Equipable' screenshot so that it shows that a data c… #214
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated the 'Add Equipable' screenshot so that it shows that a data connection is needed to the obj: On Object port of the 'Add Equipable' script block. It's mis-leading currently and testing that code block in build mode will fail but it works in preview/production.
I was playing around with GDScript and wanted to try adding an equippable but the only documented way of doing that was via visual scripting. So, I threw together a quick visual script but was met with an error message upon running it in build mode.
I went back to reference the tutorial included in the documentation but I was thrown off because there wasn't a connection to the On Object in the screenshot. Obviously removing the connection also fails in build mode. I tried previewing the space despite the error message but I couldn't get it to add the gun into my hotbar. I could get simple chat to trigger in build mode and previewed just fine but the gun wouldn't add to my hotbar. Eventually I realized that a team needs to be selected for it to work properly. I'm not sure if it's an instantiation/initialization issue but if the teams window is closed the equipment will not be added to the player's hotbar.
Hopefully the screenshot will help clear up confusion for someone else. I will submit separate bug reports for the other related issues.