addMonster
Description
Adds a Monster to a trainer's party or storage.
Return
Type | Description |
---|---|
boolean | Returns true if the Monster was successfully added. |
Parameters
# | Name | Type | Mandatory | Description |
---|---|---|---|---|
1 | monsterId | MonsterID | Yes | The unique ID of the Monster to be added. |
2 | trainerId | TrainerID | Yes | The unique ID of the trainer who will receive the Monster. |