Yoko

All sides of Injection
It is currently 2025-11-05 04:03:57

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2008-08-07 09:23:46 
Offline
User avatar

Joined: 2005-06-07 21:05:18
Posts: 67
Вот непомню как всё это происходило )) Есть скажем 5 текстов и нада их повторять поочереди ... Помню только что было похоже как в скрипте на лут ...
Если кто знает как всё это выглядит то плз дайте ссылку на подобный скрипт или начерикайте :)


Top
   
 Post subject:
PostPosted: 2008-08-07 09:40:00 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Массив, где элементами являются строки текста
Цикл по массиву с командой uo.Say() и преведением элементов массива возможно к строковому типу


Top
   
 Post subject:
PostPosted: 2008-08-07 09:59:21 
Offline
User avatar

Joined: 2005-06-07 21:05:18
Posts: 67
Вот точно через uo.say ... Спасибки ! )

кому нада ... мб пригодится ! повторяет заданые фразы поочереди.


Code:
sub saysss()
var i 

DIM UL[7]
       UL[0] = 'a'
       UL[1] = 'b'
       UL[2] = 'c'
       UL[3] = 'd'
       UL[4] = 'e'
       UL[5] = 'f'
       UL[6] = 'g'
For i=0 to 6

uo.say(UL[i])
wait(2000)
next
end sub


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited