diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-06-12 16:06:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 16:06:54 +0200 |
| commit | 6b9e80f09a9046b35ce4c069c7ce83791a24f87f (patch) | |
| tree | 42595c8311d9f0834510dff3de28d71bc5540400 /docs/areatrigger_scripts.md | |
| parent | 0ac05039eeb97944c955a5888958f18b4f0323e8 (diff) | |
| download | wiki-6b9e80f09a9046b35ce4c069c7ce83791a24f87f.tar.gz wiki-6b9e80f09a9046b35ce4c069c7ce83791a24f87f.tar.bz2 wiki-6b9e80f09a9046b35ce4c069c7ce83791a24f87f.zip | |
A (#516)
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 | |
