This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Hydrotronics's profile picture

artificial event firing

Started by Hydrotronics, 19 August 2016 - 12:12 PM
Hydrotronics #1
Posted 19 August 2016 - 02:12 PM
how do I do it? I'm trying to make a program but it requires an event to happen. I don't want to remove that line of code and this would be just useful to know, I guess.
valithor #2
Posted 19 August 2016 - 02:24 PM
You can queue a event with os.queueEvent.

http://www.computercraft.info/wiki/Os.queueEvent
Hydrotronics #3
Posted 19 August 2016 - 02:26 PM
oh. I didn't see that on the wiki XD thx!!