8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
void main()
|
|
{
|
|
ActionPauseConversation();
|
|
SetLocalInt(OBJECT_SELF, "NOT_ABORTED", TRUE);
|
|
ActionResumeConversation();
|
|
DelayCommand(0.1, DeleteLocalInt(OBJECT_SELF,"NOT_ABORTED"));
|
|
}
|