2:6 Create an ItemPurchasedHandler on the server
This will take an ItemPurchasedMessage and call a method in the Player object related to the PlayerID in the message. This method will be Player.removeKnowledgePoints(price)
Edited by Andrew Stake
This will take an ItemPurchasedMessage and call a method in the Player object related to the PlayerID in the message. This method will be Player.removeKnowledgePoints(price)