Skip to content

Commit

Permalink
Update RPG_RT.edb
Browse files Browse the repository at this point in the history
  • Loading branch information
jetrotal authored Nov 8, 2024
1 parent 62ec6ab commit 86e104b
Showing 1 changed file with 115 additions and 7 deletions.
122 changes: 115 additions & 7 deletions RPG_RT.edb
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@
<name></name>
</Variable>
</variables>
<commonevents>
<commonevents>
<CommonEvent id="0001">
<name>Text</name>
<trigger>5</trigger>
Expand Down Expand Up @@ -21028,6 +21028,60 @@
<string></string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>12010</code>
<indent>0</indent>
<string></string>
<parameters>4 30 0 1 0 0</parameters>
</EventCommand>
<EventCommand>
<code>10</code>
<indent>1</indent>
<string></string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22011</code>
<indent>0</indent>
<string></string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>12010</code>
<indent>0</indent>
<string></string>
<parameters>5 40 0 0 1 0</parameters>
</EventCommand>
<EventCommand>
<code>10</code>
<indent>1</indent>
<string></string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22011</code>
<indent>0</indent>
<string></string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>12010</code>
<indent>0</indent>
<string></string>
<parameters>6 50 0 1 0 0</parameters>
</EventCommand>
<EventCommand>
<code>10</code>
<indent>1</indent>
<string></string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22011</code>
<indent>0</indent>
<string></string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>12410</code>
<indent>0</indent>
Expand Down Expand Up @@ -21361,7 +21415,7 @@
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>@if .item[1] .notExists() {</string>
<string>@if .item[1] .exists() {</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
Expand All @@ -21379,7 +21433,7 @@
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>@if .item[1] .exists() {</string>
<string>@if .item[1] .notExists() {</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
Expand Down Expand Up @@ -21775,7 +21829,7 @@
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>@if .saveExists {</string>
<string>@if .saveExists() {</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
Expand All @@ -21793,7 +21847,7 @@
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>@if .testPlay {</string>
<string>@if .testPlay() {</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
Expand All @@ -21811,7 +21865,7 @@
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>@if .atbWaitMode {</string>
<string>@if .atbWaitMode() {</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
Expand All @@ -21829,7 +21883,7 @@
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>@if .fullscreen {</string>
<string>@if .fullscreen() {</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
Expand Down Expand Up @@ -21958,6 +22012,60 @@
<string>}</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>@if .item[v[30]] .exists() {</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string> </string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>}</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>@if .actor[v[40]] .isMember() {</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string> </string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>}</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>@if .ev[v[50]] .facingUp() {</string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string> </string>
<parameters></parameters>
</EventCommand>
<EventCommand>
<code>22410</code>
<indent>0</indent>
<string>}</string>
<parameters></parameters>
</EventCommand>
</event_commands>
</CommonEvent>
<CommonEvent id="0081">
Expand Down

0 comments on commit 86e104b

Please sign in to comment.