Create an instance of a place and assign it a name. If a place with that name already exists, the action fails.
| Argument | Place Name |
|---|---|
| Type | String |
| Default | REQUIRED |
| Description | Name of the place to create |
| Argument | Place Type |
| Type | String |
| Default | REQUIRED |
| Description | Type of the item to create (refer to Places for a list of all places) |
CreatePlace("Camp", Camp)
CreatePlace("Town hall", Market)