Emergency help needed
I can't really fix this bug; I'm adding several of magic spells in the same conversation but only the first is visible and usable! Help help help
added like this:
add_magic("item-strm", 438, X);
wait(150);
add_magic("item-speedm", 438, X);
wait(150);
add_magic("item-stonem", 438, X);
(The X is normally a number of course)
added like this:
add_magic("item-strm", 438, X);
wait(150);
add_magic("item-speedm", 438, X);
wait(150);
add_magic("item-stonem", 438, X);
(The X is normally a number of course)
You're sure you use the correct values of X?
Other than that, try keeping filenames withing 8 characters. I don't believe it's an absolute requirement, but just to be on the safe side.
Other than that, try keeping filenames withing 8 characters. I don't believe it's an absolute requirement, but just to be on the safe side.








