From 6d7b0aead1cff9e82a11a2bfcb708fbbaeb23ec6 Mon Sep 17 00:00:00 2001 From: zontreck Date: Tue, 13 Aug 2024 15:14:06 -0700 Subject: [PATCH] Add initial helper files --- functions.lsl | 0 variables.lsl | 1 + 2 files changed, 1 insertion(+) create mode 100644 functions.lsl create mode 100644 variables.lsl diff --git a/functions.lsl b/functions.lsl new file mode 100644 index 0000000..e69de29 diff --git a/variables.lsl b/variables.lsl new file mode 100644 index 0000000..aad7ec6 --- /dev/null +++ b/variables.lsl @@ -0,0 +1 @@ +key NULL = NULL_KEY; \ No newline at end of file