PRC8_fork/trunk/newspellbook/shd_smith_sdcrft.nss

6 lines
208 B
Plaintext
Raw Normal View History

#include "inc_dynconv"
void main()
{
AssignCommand(OBJECT_SELF, ClearAllActions(TRUE));
StartDynamicConversation("shd_smith_craft", OBJECT_SELF, DYNCONV_EXIT_NOT_ALLOWED, TRUE, TRUE, OBJECT_SELF);
}