Template:InfoboxScriptCommand: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 88: | Line 88: | ||
<tr> | <tr> | ||
<td colspan="3" style="text-align:center">{{#if:{{{function|<noinclude>1</noinclude>}}}|{{{function|<noinclude>What this script command does (short explanation, details must be given inside the article itself)</noinclude>}}}|-}}</td> | <td colspan="3" style="text-align:center">{{#if:{{{function|<noinclude>1</noinclude>}}}|{{{function|<noinclude>What this script command does (short explanation, details must be given inside the article itself)</noinclude>}}}|-}}</td> | ||
</tr> | |||
<tr> | |||
<td colspan="2" style="text-align:left; padding-left: 1em; border-top: 1px dotted #606060;">{{Tooltip|Usable by level scripts?|Whether the command can be used by level scripts triggered by overworld initialization or not. The limitation does not exist for level scripts triggered by variables.}}</td> | |||
<td colspan="1" style="text-align:center; border-top: 1px dotted #606060;">'''{{{frameAdvance|?}}}'''</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" style="text-align:left; padding-left: 1em; border-top: 1px dotted #606060;">{{Tooltip|Frame wait?|Whether the game waits for the next frame before resuming the script execution after this command ends, or the next script command is executed immediately after.}}</td> | |||
<td colspan="1" style="text-align:center; border-top: 1px dotted #606060;">'''{{{frameAdvance|?}}}'''</td> | |||
</tr> | |||
{{#if:{{{numberDP|0000}}}| | {{#if:{{{numberDP|0000}}}| | ||
<tr> | <tr> | ||
<th colspan="3" class="subtitle">{{GameVersion|DP}}</th> | <th colspan="3" class="subtitle">{{GameVersion|DP}}</th> |