Commit b5bd7d44 by softwhiskey8

доработка

1 parent c2bf9883
Showing with 3 additions and 1 deletions
...@@ -213,7 +213,7 @@ node mail ...@@ -213,7 +213,7 @@ node mail
{ {
negative: do negative: do
{ {
set $mail_start = external get_time(); //set $mail_start = external get_time();
} }
positive: do positive: do
{ {
...@@ -229,6 +229,8 @@ node getMail ...@@ -229,6 +229,8 @@ node getMail
{ {
$cjm.push("getMail"); $cjm.push("getMail");
#say("whatmail"); #say("whatmail");
var temp = external get_time();
set $mail_start = external get_time();
wait*; wait*;
} }
transitions transitions
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!