SergeyThePiplup
Joined 20 December 2023
( Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit |
Code block |
||
| Line 42: | Line 42: | ||
Script doesn't contain any opcodes that would end it (<code>end;</code>, <code>JumpCommon</code>, etc.) | Script doesn't contain any opcodes that would end it (<code>end;</code>, <code>JumpCommon</code>, etc.) | ||
* SkyTemple throws an error on the line <code>camera_SetMyself<performer 0>();</code> | * SkyTemple throws an error on the line <code>camera_SetMyself<performer 0>();</code> | ||
Outdated version of SkyTemple. Use | Outdated version of SkyTemple. Use this instead: <syntaxhighlight lang="text"> | ||
with (performer 0) { | |||
< | camera_SetMyself(); | ||
} | |||
<code> | </syntaxhighlight><code>with (performer 0) {</code> | ||
<code>}</code> instead. | <code>}</code> instead. | ||