mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-17 16:16:27 -05:00
Updated Release Archive
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
This commit is contained in:
6
nwn/trunk/newspellbook/shd_smith_sdcrft.nss
Normal file
6
nwn/trunk/newspellbook/shd_smith_sdcrft.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "inc_dynconv"
|
||||
void main()
|
||||
{
|
||||
AssignCommand(OBJECT_SELF, ClearAllActions(TRUE));
|
||||
StartDynamicConversation("shd_smith_craft", OBJECT_SELF, DYNCONV_EXIT_NOT_ALLOWED, TRUE, TRUE, OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user