PRC8_fork/nwn/nwnprc/trunk/newspellbook/shd_smith_sdcrft.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

6 lines
208 B
Plaintext

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