PRC8_fork/trunk/newspellbook/moi_iblade_rebnd.nss

10 lines
283 B
Plaintext
Raw Normal View History

#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);
}