1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00
kawari/resources/scripts
Joshua Goins 198a8a3e2c Make !reload command always available, add !finishevent
The reload command was previously implemented in Lua, but this
is a little dangerous as it could itself have an error and is
unable to work in the first place. I moved this to Rust to
ensure it's always available. I left the reload_scripts() API
in Lua as someone could still find that useful!

Additionally, I added a !finishevent debug command to forcefully
end the current event you're in. This can be useful if your script
is incomplete or has an error, as your client gets stuck very
easily.
2025-06-22 08:49:06 -04:00
..
actions Add script for the Teleport action 2025-05-11 10:12:02 -04:00
commands/debug Make !reload command always available, add !finishevent 2025-06-22 08:49:06 -04:00
common "Implement" generic menders (#47) 2025-06-21 21:14:30 -04:00
custom/000 Create GenericWarp script to handle simple warps 2025-05-05 23:30:36 -04:00
items Implement Fantasia and remaking your character 2025-05-02 15:36:22 -04:00
opening Add warning message when failing to find poprange 2025-05-12 16:32:55 -04:00
tosort Implement several actors/entities (#49) 2025-06-22 08:46:11 -04:00
warp Consolidate exit-to-inn scripts into a generic one. 2025-06-21 09:12:28 -04:00
Global.lua Make !reload command always available, add !finishevent 2025-06-22 08:49:06 -04:00