Exposes 4 functions through the "Alarm-Event" interface.
setAlarm - creates/gets an alarm by tick/delay
delAlarm - deletes and alarm by eventID
getAlarm - gets an alarm by eventID
isStorageSafe - takes a variable and checks if it can be stored
Control.lua can also be required to get a table with wrapper functions for these interface functions. More details and docs will be made later. First I need to make a post asking for input.