Hard to believe this feature is over a year old now!Originator
An exciting new feature in Inventaverse is the Incantations API. This feature allows the player to craft their own custom spells using a flexible and robust API. The Incantations API interface can be activated by pressing the 'i' key, only on the player's home world, and only after the player has acquired a book of magic from the shop. There are 3 books of magic, each of which adds a unique set of capabilities to the API. There are two types of Incantations that can be created by the player: Spells, and Wards. Spells are incantations that when run, terminate after only one execution. They include the API.Finish() function. This instructions the game engine to cease execution of the incantation immediately after it has been run. Wards, on the other hand, continue to execute until they're manually terminated by the player.
2 questions. 1. Where does the time go?? Seriously?? 2. I put together this amazing set of wizardry tools and a full year went by without you challenging me to a wizard's duel?!?? There is something wrong with the world. ... I hereby challenge you to a wizard's duel. Using the incantations API. Make your time.Spekkio
Hard to believe this feature is over a year old now!