mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 05:07:15 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
8
trunk/newspellbook/bnd_ft_expel.nss
Normal file
8
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