Reply to Re: Small question on magic.
If you don't have an account, just leave the password field blank.
You need to have a coversation with a sprite, and somewhere in there put
add_magic("<put spell here>", 437, 1);
For a standard spell, let's go with fireball, put this:
add_magic("item-fb", 437, 1);
Check in the rudiments of scripting for more.
add_magic("<put spell here>", 437, 1);
For a standard spell, let's go with fireball, put this:
add_magic("item-fb", 437, 1);
Check in the rudiments of scripting for more.








