Reply to Re: help with magic
If you don't have an account, just leave the password field blank.
this is what adds fireball to my inventory i named the file item-fireball
add_magic("item-fireball", 437, 1); playsound(43, 22050, 0, 0, 0); say_stop_xy("`% - YOU LEARN *FIREBALL MAGIC* -", 10, 60); &havefb += 1; goto mgchoice; } if (&result == 2)
add_magic("item-fireball", 437, 1); playsound(43, 22050, 0, 0, 0); say_stop_xy("`% - YOU LEARN *FIREBALL MAGIC* -", 10, 60); &havefb += 1; goto mgchoice; } if (&result == 2)