Ataro
Member
Hello, im new with scripting
I need some points i dont know how to make:
Its a normal action script that needs to execute every hour
Also need open+close message, not sure if its right :O(i need to to close after 900seconds)
So i need: Executing every 1 hour(and What function i use? Function On???), and need a approve if this is possible(messageopen/messageclose)
I need some points i dont know how to make:
Its a normal action script that needs to execute every hour
Also need open+close message, not sure if its right :O(i need to to close after 900seconds)
Code:
local config = {
timeToRemove = 900, -- seconds
messageopen = "The has opened!",
messageclose = "The closed!"
}
So i need: Executing every 1 hour(and What function i use? Function On???), and need a approve if this is possible(messageopen/messageclose)