13 lines
244 B
V
13 lines
244 B
V
import incubaid.herolib.threefold.incatokens
|
|
import incubaid.herolib.core.playcmds
|
|
import os
|
|
|
|
const heroscript_path = os.dir(@FILE) + '/data'
|
|
|
|
fn main() {
|
|
playcmds.run(
|
|
heroscript_path: heroscript_path
|
|
)!
|
|
println('Simulation complete!')
|
|
}
|