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:
parent
b0d7a0bfb5
commit
51e8c82181
6 changed files with 165 additions and 40 deletions
|
|
@ -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"] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue