1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

Improve alias system

This commit is contained in:
Étienne Fildadut 2021-04-08 16:34:33 +02:00
parent b0d7a0bfb5
commit 51e8c82181
6 changed files with 165 additions and 40 deletions

View file

@ -96,10 +96,7 @@ else
local namespace = filebase:match("([^/]*)$")
math.randomseed(0)
local vm = anselme()
vm:loadalias {
seen = "👁️",
checkpoint = "🏁"
}
vm:setaliases("seen", "checkpoint")
vm:loadfunction {
-- custom event test
["wait"] = {