summaryrefslogtreecommitdiff
path: root/docs/event_scripts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/event_scripts.md')
-rw-r--r--docs/event_scripts.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/event_scripts.md b/docs/event_scripts.md
index 5a9bba9..059f071 100644
--- a/docs/event_scripts.md
+++ b/docs/event_scripts.md
@@ -10,14 +10,14 @@ Holds scripts activated whenever an event is activated, be it by an object or as
| Field | Type | Attributes | Key | Null | Default |
|----------------------------------|--------------|--------------|-----|------|---------|
-| [id](scripts#id) | mediumint(8) | unsigned | | NO | 0 |
-| [delay](scripts#delay) | int(10) | unsigned | | NO | 0 |
-| [command](scripts#command) | mediumint(8) | unsigned | | NO | 0 |
-| [datalong](scripts#otherfields) | mediumint(8) | unsigned | | NO | 0 |
-| [datalong2](scripts#otherfields) | int(10) | unsigned | | NO | 0 |
-| [dataint](scripts#otherfields) | int(11) | | | NO | 0 |
-| [x](scripts#otherfields) | float | | | NO | 0 |
-| [y](scripts#otherfields) | float | | | NO | 0 |
-| [z](scripts#otherfields) | float | | | NO | 0 |
-| [o](scripts#otherfields) | float | | | NO | 0 |
+| [id](scripts#id) | MEDIUMINT | UNSIGNED | | NO | 0 |
+| [delay](scripts#delay) | INT | UNSIGNED | | NO | 0 |
+| [command](scripts#command) | MEDIUMINT | UNSIGNED | | NO | 0 |
+| [datalong](scripts#otherfields) | MEDIUMINT | UNSIGNED | | NO | 0 |
+| [datalong2](scripts#otherfields) | INT | UNSIGNED | | NO | 0 |
+| [dataint](scripts#otherfields) | INT | | | NO | 0 |
+| [x](scripts#otherfields) | FLOAT | | | NO | 0 |
+| [y](scripts#otherfields) | FLOAT | | | NO | 0 |
+| [z](scripts#otherfields) | FLOAT | | | NO | 0 |
+| [o](scripts#otherfields) | FLOAT | | | NO | 0 |