Tested in v1.58, but should work with newer versions
First created for v1.21
This mods is a lua file made to be added to other mods to add an easy way to do multiple dialog boxes in one spell.
It is an action. This means that, for example, a storm spell like Hellfire cannot use this mod without a bit of modification to the mod itself.
The parameters are :
MessageAmount : The amount of messages boxes that this spell will make appear
messageTextX : The text of the X message box (Remember to replace X by the message box number)
messageDuration1 : The duration of the X message box (Again, remember to replace X by the message box number)
For exemple, to create one message box, this would be the <Params> tag :
<Params MessageAmount="1" messageText1="So... welcome to the test message..." messageDuration1="2"></Params>
An example spell and more instructions should be included as well.