Further file organization
Further file organization
This commit is contained in:
8
nwn/nwnprc/trunk/newspellbook/bnd_ft_expel.nss
Normal file
8
nwn/nwnprc/trunk/newspellbook/bnd_ft_expel.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "inc_dynconv"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oBinder = OBJECT_SELF;
|
||||
AssignCommand(oBinder, ClearAllActions(TRUE));
|
||||
StartDynamicConversation("bnd_expelcnv", oBinder, DYNCONV_EXIT_ALLOWED_SHOW_CHOICE, FALSE, TRUE, oBinder);
|
||||
}
|
Reference in New Issue
Block a user