mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 17:27:15 -05:00
10 lines
283 B
Plaintext
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);
|
|
}
|