From e90a67c787ed062850ae7bc80f41b6f11e52b285 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 15 Jul 2021 15:45:27 +0200 Subject: chore: Small improvement to **_script (#595) * Update scripts.md * Update database-world.md --- docs/scripts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/scripts.md') diff --git a/docs/scripts.md b/docs/scripts.md index f93bc84..e239ddc 100644 --- a/docs/scripts.md +++ b/docs/scripts.md @@ -1,7 +1,7 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [scripts](scripts) - # scripts +[<-Back-to:World](database-world.md) + # Tables: \*\*\*\_scripts This table format is used for 3 different tables to control possible scripts activated by different actions: @@ -14,7 +14,7 @@ This table format is used for 3 different tables to control possible scripts act NOTE: An entry in this table may have more than one row as a script may do more than just one action. Also each action the script may make can have a separate delay attached to it. In that case, the core will activate the appropriate action after the correct delay. -## **Structure** +**Table Structure** | Field | Comment |---------------------------|-------- -- cgit