From 8e655bbd445891e63dcf595058ed7067b98bbeb7 Mon Sep 17 00:00:00 2001 From: entar Date: Tue, 10 Jun 2025 17:25:27 +0700 Subject: [PATCH] Update Scripting --- Scripting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripting.md b/Scripting.md index 16a1ce1..2eb8541 100644 --- a/Scripting.md +++ b/Scripting.md @@ -44,4 +44,5 @@ module.shared.characters = { } -- List of characters ``` -### For what you can do with notes and characters look at [Notes](https://git.squog.ru/TaggedEngine/TaggedEngine/wiki/Types#note) and [Characters](https://git.squog.ru/TaggedEngine/TaggedEngine/wiki/Types#character) \ No newline at end of file +### For what you can do with notes and characters look at [Notes](https://git.squog.ru/TaggedEngine/TaggedEngine/wiki/Types#note) and [Characters](https://git.squog.ru/TaggedEngine/TaggedEngine/wiki/Types#character) +[Overall type manupulation for scripts](https://git.squog.ru/TaggedEngine/TaggedEngine/wiki/Types) \ No newline at end of file