|
@@ -1,5 +1,44 @@
|
|
|
# telefon
|
|
|
-$objmobilaraz = {
|
|
|
+
|
|
|
+$telotkaz = {
|
|
|
+ cla
|
|
|
+ minut += 10
|
|
|
+ '<<$telsob>>, "Sorry I''m busy, maybe next time."'
|
|
|
+
|
|
|
+ act 'Hangup':gt 'telefon', 'fin'
|
|
|
+}
|
|
|
+
|
|
|
+$telotkazboy = {
|
|
|
+ cla
|
|
|
+ minut += 10
|
|
|
+ '<<$boyA>>, "Sorry, I''m busy right now, maybe next time."'
|
|
|
+
|
|
|
+ act 'Hangup':gt 'telefon', 'fin'
|
|
|
+}
|
|
|
+
|
|
|
+if $ARGS[0] = 'start':
|
|
|
+ cla
|
|
|
+ clr
|
|
|
+ gs 'stat'
|
|
|
+ dynamic $phone_call_receive
|
|
|
+
|
|
|
+ if nastjaqw = 1 and week = 6 and vnesh > 20:
|
|
|
+ gt 'nastja', 'pos4'
|
|
|
+ elseif nastjaqw = 2 and week ! 6 and zenit = 0 and nastjaday ! daystart:
|
|
|
+ gt 'nastja', 'pos13'
|
|
|
+ elseif hour >= 8 and hour <= 20 and nastjaqw = 2 and week = 6 and vnesh > 20 and nastjaday ! daystart:
|
|
|
+ gt 'nastja', 'pos12'
|
|
|
+ elseif nastjaqw = 5 and week = 6 and nastjaday ! daystart:
|
|
|
+ gt 'nastja', 'pos22'
|
|
|
+ elseif nastjaqw = 6 and nastjaday ! daystart:
|
|
|
+ gt 'nastja', 'pos31'
|
|
|
+ else
|
|
|
+ $callerid = 'icon_nastja'
|
|
|
+ dynamic $phone_call_reject
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'mobilaraz':
|
|
|
cls
|
|
|
cla
|
|
|
gs'din_bad'
|
|
@@ -76,9 +115,9 @@ $objmobilaraz = {
|
|
|
end
|
|
|
|
|
|
act 'Hangup':gt 'telefon', 'fin'
|
|
|
-}
|
|
|
+end
|
|
|
|
|
|
-$objmobilarazboy = {
|
|
|
+if $ARGS[0] = 'mobilarazboy':
|
|
|
cls
|
|
|
cla
|
|
|
gs'din_bad'
|
|
@@ -144,44 +183,6 @@ $objmobilarazboy = {
|
|
|
end
|
|
|
|
|
|
act 'Hangup':gt 'telefon', 'fin'
|
|
|
-}
|
|
|
-
|
|
|
-$telotkaz = {
|
|
|
- cla
|
|
|
- minut += 10
|
|
|
- '<<$telsob>>, "Sorry I''m busy, maybe next time."'
|
|
|
-
|
|
|
- act 'Hangup':gt 'telefon', 'fin'
|
|
|
-}
|
|
|
-
|
|
|
-$telotkazboy = {
|
|
|
- cla
|
|
|
- minut += 10
|
|
|
- '<<$boyA>>, "Sorry, I''m busy right now, maybe next time."'
|
|
|
-
|
|
|
- act 'Hangup':gt 'telefon', 'fin'
|
|
|
-}
|
|
|
-
|
|
|
-if $ARGS[0] = 'start':
|
|
|
- cla
|
|
|
- clr
|
|
|
- gs 'stat'
|
|
|
- dynamic $phone_call_receive
|
|
|
-
|
|
|
- if nastjaqw = 1 and week = 6 and vnesh > 20:
|
|
|
- gt 'nastja', 'pos4'
|
|
|
- elseif nastjaqw = 2 and week ! 6 and zenit = 0 and nastjaday ! daystart:
|
|
|
- gt 'nastja', 'pos13'
|
|
|
- elseif hour >= 8 and hour <= 20 and nastjaqw = 2 and week = 6 and vnesh > 20 and nastjaday ! daystart:
|
|
|
- gt 'nastja', 'pos12'
|
|
|
- elseif nastjaqw = 5 and week = 6 and nastjaday ! daystart:
|
|
|
- gt 'nastja', 'pos22'
|
|
|
- elseif nastjaqw = 6 and nastjaday ! daystart:
|
|
|
- gt 'nastja', 'pos31'
|
|
|
- else
|
|
|
- $callerid = 'icon_nastja'
|
|
|
- dynamic $phone_call_reject
|
|
|
- end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'boyA':
|