Initial upload
Initial upload
This commit is contained in:
7
_module/nss/sfcs_stop_abort.nss
Normal file
7
_module/nss/sfcs_stop_abort.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
ActionPauseConversation();
|
||||
SetLocalInt(OBJECT_SELF, "NOT_ABORTED", TRUE);
|
||||
ActionResumeConversation();
|
||||
DelayCommand(0.1, DeleteLocalInt(OBJECT_SELF,"NOT_ABORTED"));
|
||||
}
|
Reference in New Issue
Block a user