#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"); } }