mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 13:57:14 -05:00
Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: New Spellbooks conversation starter
|
||||
//:: prc_spellbook
|
||||
//:://////////////////////////////////////////////
|
||||
/** @file
|
||||
This script starts the new spellbook spell
|
||||
slots management conversation
|
||||
|
||||
@author Primogenitor
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
|
||||
#include "inc_dynconv"
|
||||
|
||||
void main()
|
||||
{
|
||||
StartDynamicConversation("prc_s_spellb", OBJECT_SELF, DYNCONV_EXIT_ALLOWED_SHOW_CHOICE, TRUE, FALSE, OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user