Difference between revisions of "Template:AIScript"
Jump to navigation
Jump to search
Troylaurin (talk | contribs) |
Troylaurin (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | |||
{| class="wikitable mw-collapsible mw-collapsed" | {| class="wikitable mw-collapsible mw-collapsed" | ||
! | ! | ||
|- | |- | ||
| − | |{{#tag:syntaxhighlight| | + | |{{#tag:syntaxhighlight |
| − | {{{source|}}} | + | |{{{source|}}} |
| + | |lang=actionscript | ||
}} | }} | ||
|- | |- | ||
| − | |{{#tag:syntaxhighlight| | + | |{{#tag:syntaxhighlight |
| − | {{{code|}}} | + | |{{{code|}}} |
| + | |lang=text | ||
}} | }} | ||
|} | |} | ||
Revision as of 15:37, 21 January 2021
Displays the source and code for an AI script in syntax-highlighted code sections.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Source | source | Script source code | Content | suggested |
| Import Code | code | Code for importing into TPT2 | String | required |