Подскажите плиз начинающему скриптеру команду..
которая запускает следующию функцию по счёту.. тоесть мне надо что бы после определённой команды сразу запускалась другая..
Подскажите
Moderators: Murderator+, Murderator
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
Code: Select all
sub func1()
; something
uo.exec( "exec func 2" )
endsub
sub func2()
; something
uo.exec( "exec func 3" )
endsub
sub func3()
; something
endsub
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom