hiddenitem, like itemball and object_event, puts the item first and the event last

This commit is contained in:
Rangi
2018-01-23 12:59:21 -05:00
parent b88928e9aa
commit dea26c6639
63 changed files with 90 additions and 90 deletions

View File

@@ -110,7 +110,7 @@ BG event types:
- `BGEVENT_ITEM`
<pre>
hiddenitem <i>event_flag</i>, <i>item_id</i>
hiddenitem <i>item_id</i>, <i>event_flag</i>
</pre>
- `BGEVENT_COPY`
@@ -162,7 +162,7 @@ Object types:
- `OBJECTTYPE_ITEMBALL`
<pre>
itemball <i>item_id</i>
itemball <i>item_id</i>[, <i>quantity</i>=1]
</pre>
- `OBJECTTYPE_TRAINER`