diff options
Diffstat (limited to 'docs/areatrigger_scripts.md')
| -rw-r--r-- | docs/areatrigger_scripts.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/areatrigger_scripts.md b/docs/areatrigger_scripts.md index 2c889ae..13273ed 100644 --- a/docs/areatrigger_scripts.md +++ b/docs/areatrigger_scripts.md @@ -8,10 +8,10 @@ Allows for an area trigger to be scripted with Trinity Script. **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|-----------------|--------------|------------|-----|------|---------|-------|---------| +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| --------------- | --------- | ---------- | --- | ---- | ------- | ----- | ------- | | [entry][1] | MEDIUMINT | | PRI | NO | | | | -| [ScriptName][2] | char(64) | | | NO | | | | +| [ScriptName][2] | char(64) | | | NO | | | | [1]: #entry [2]: #scriptname @@ -30,7 +30,7 @@ This might also be 'SmartTrigger'. It will than useĀ [SmartAI](smart_scripts). ### Examples | entry | ScriptName | -|-------|-------------------| +| ----- | ----------------- | | 302 | at_sentry_point | | 962 | SmartTrigger | | 1447 | SmartTrigger | |
