PRC8/trunk/newspellbook/moi_iblade_rebnd.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

10 lines
283 B
Plaintext

#include "moi_inc_moifunc"
#include "inc_dynconv"
void main()
{
object oMeldshaper = OBJECT_SELF;
AssignCommand(oMeldshaper, ClearAllActions(TRUE));
StartDynamicConversation("moi_iblade_bind", oMeldshaper, DYNCONV_EXIT_ALLOWED_SHOW_CHOICE, FALSE, TRUE, oMeldshaper);
}