Create an instance of a place and assign it a name. If a place with that name already exists, the action fails with an error.
Argument | Place Name |
---|---|
Type | String |
Default | REQUIRED |
Description | Name of the place to create |
Argument | Place Type |
Type | Place |
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)