1. Setup
{{ currentPage ? currentPage.title : "" }}
1. Follow this Tutorial, to set up the Player.
2. Without PlayerTemplate:
Add SP8_InventoryComponent to your Player BP.
3. Call Load or Initialize inside your Player BP to initialize the Plugin.
With PlayerTemplate:
You can call SP8_Load on the PlayerTemplate to Load all Components!
4. Without PlayerTemplate:
Follow the Setup of following BPI:
SP8_BPI_ReduceCurrency - Needed for Enhancement.
SP8_BPI_AddCurrency - Needed for Selling Items.
SP8_BPI_GetPlayerLevel - Needed for Using Items (Checks if the Level of the Player is high enough)
5. Read this Tutorial, on how to create Items!
{{{ content }}}