Notes
| - Gives to the most recently "selected" character. Characters can be selected either with the WhoWill, SelRndChar, or SetChar command. By default, the first character is selected. If the selected character is set to 0 then all characters lose or get the specified thing. ie, to give all characters 60000 experience requires two lines:
0f 00 // select all characters
0c 00 00 10 60 ea 00 00 // give 60000 experience to selected character
If the take or give fails then the code simply exits the event, with no chance of recovery.
While 0x0C, 0x1C, 0x1D, and 0x26 opcodes all execute the TakeGive command, there are differences which may warrant each to have their own page.
|