2
0

Update Quick Start

Kyle Austad 2025-01-25 14:45:26 -07:00
parent b5a0321636
commit e1dd585dbc

@ -76,3 +76,7 @@ With all that done, hit play and open the spell list and you should see your new
![](https://git.crabinteractive.com/crabdev/SimpleSpellsWiki/raw/branch/main/Pics/QuickStart/14.png)
![](https://git.crabinteractive.com/crabdev/SimpleSpellsWiki/raw/branch/main/Pics/QuickStart/15.png)
## Conclusion
This should give you an idea of how to get started implementing spell effects of your own using this framework. This was heavily inspired by old school RPG's specifically Morrowind. Effects can be implemented on anything! In the demo map there is a chest, for example, that only implements the lock, and open spell effects. To get your new spell effect on the NPC's simple open the *BP_NPC_Base* class and implement the events just like you did for the player.