10 lines
175 B
V
10 lines
175 B
V
module playcmds
|
|
|
|
import freeflowuniverse.herolib.installers.sysadmintools.daguserver
|
|
|
|
pub fn scheduler(heroscript string) ! {
|
|
daguserver.play(
|
|
heroscript: heroscript
|
|
)!
|
|
}
|