summaryrefslogtreecommitdiff
path: root/streetsmod/forms.lua
diff options
context:
space:
mode:
Diffstat (limited to 'streetsmod/forms.lua')
-rw-r--r--streetsmod/forms.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/streetsmod/forms.lua b/streetsmod/forms.lua
new file mode 100644
index 0000000..c636c85
--- /dev/null
+++ b/streetsmod/forms.lua
@@ -0,0 +1,4 @@
+-- Form for chatcommand /streets
+ streets.forms.chatcmd = smartfs.create("streets:chatcmd", function(state)
+ state:load(streets.modpath .. "/forms/cmd_streets.smartfs")
+ end) \ No newline at end of file