bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] Script execution is blocked by another call


From: Anton Dedov
Subject: [Bayonne-devel] Script execution is blocked by another call
Date: Tue, 2 Nov 2004 17:04:28 +0700

Hi,

When I have one call everthing is working and I can press "1" and go to
::do_gamble. But if there is one call which already achieved point
::do_gamble any new call cannot acheive that. The new caller hears
gamble::welcome each time he presses "1".

Any thoughts?


use digits
const %max_tries 2
 
play gamble::welcome
play gamble::menu
sleep 15
exit
 
^1
  goto ::do_gamble
   
^2
  goto ::play_rules
   
^3
  goto ::prizes_info
 
^star
  goto entertain
 
 
::do_gamble
#  ...


Anton Dedov




reply via email to

[Prev in Thread] Current Thread [Next in Thread]