a Simple Message bot
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

a Simple Message bot

Started by uNiOn, 03 March, 2004, 09:25:09

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

uNiOn

Hey Would relly need a script that sends a message into the hub like every 15 minutes just a message like Ex. "Today its sunny and the skys are blue"
got a game goin on and for people to se what the wuestion is i need the question to be sent into the channel every now and then like 15 minutes...

Cheers Thx for ur time =)

NightLitch

try this one took me 1min

-- Simple Text view by NightLitch --

-- Put in your text
TextLine = "Your Text Line Will Go Here"

-- Time Definitions
Sec  = 1000
Min  = 60*Sec
Hour = 60*Min
Day  = 24*Hour

-- Set your time here
Time = 15*Min

-- Function Part
--------------------------------------
function Main()
	SetTimer(Time)
	StartTimer()
end
--------------------------------------
function OnTimer()
	SendToAll(TextLine)
end
--------------------------------------
//NL

uNiOn

ok thx bro... will try this one i aint god at doin scripts so "lol" but hey when there is people knowing what to do and how to do why not ask well... thx again

Cheers

NoiZe

Nice one! Thnx.  :]
--=[ Owner of the Electro hub: electro.no-ip.biz ]=--

SMF spam blocked by CleanTalk