- Joined
- Oct 20, 2017
- Messages
- 104
- Reaction score
- 5
- First Language
- German
- Primarily Uses
- RMMV
Hello guys,
I'm working on a camping-map, a map which pops up each time the player uses the camping-skill. On this map all the actors (1-4) should be placed around a campfire.
How can I place actor [ID] to a given coordinate? I only know this command
$gamePlayer.locate(8,8);
which places the party leader. Anybody an idea on how to solve this?
Thanks in advance!
I'm working on a camping-map, a map which pops up each time the player uses the camping-skill. On this map all the actors (1-4) should be placed around a campfire.
How can I place actor [ID] to a given coordinate? I only know this command
$gamePlayer.locate(8,8);
which places the party leader. Anybody an idea on how to solve this?
Thanks in advance!

