Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how to use correctly CreatePlaceAsync? can't create CreatePlaceAsync

Asked by 7 years ago

I've been trying to complete the "Dynamic place creation and saving" tutorial, but i still get this error Game CreatePlace received and error: HTTP 0 (HTTP 400 (HTTP/1.1.400 TemplatePlaceNotInUniverse)).

this error only appears in online mode

0
I don't know much about CreatePlaceAsync but i think you need to bind the servers togheter in a "Universe" the game you want to Create the place of Filipalla 504 — 7y

2 answers

Log in to vote
0
Answered by 7 years ago
Edited 7 years ago

This means that the template place you are trying to access (create) is not part of the universe that the game for which your script is running in is in. You might want to try checking your IDs in your script, as transposed numbers can cause this issue.

If this answer helped you, please accept it and/or upvote it.

Ad
Log in to vote
0
Answered by 7 years ago

I restart all over again, and success, I finally finish the tutorial

Answer this question