Initial upload
Initial upload
This commit is contained in:
14
_module/nss/sfcs_abort_conv.nss
Normal file
14
_module/nss/sfcs_abort_conv.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "sfcs_functs"
|
||||
void main()
|
||||
{
|
||||
// If the conversation has been aborted we need to rest all local vars
|
||||
if (!GetLocalInt(OBJECT_SELF, "NOT_ABORTED"))
|
||||
{
|
||||
ResetVars();
|
||||
// SendMessageToPC(GetFirstPC(), "ABORTED!!!!");
|
||||
}
|
||||
else
|
||||
{
|
||||
DeleteLocalInt(OBJECT_SELF, "NOT_ABORTED");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user