Подскажите

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
D3VnuLL
Posts: 87
Joined: 2006-10-08 08:37:57

Подскажите

Post by D3VnuLL »

Подскажите плиз начинающему скриптеру команду..
которая запускает следующию функцию по счёту.. тоесть мне надо что бы после определённой команды сразу запускалась другая..
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

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
Post Reply