- Joined
- Sep 18, 2021
- Messages
- 52
- Reaction score
- 17
- First Language
- English
- Primarily Uses
- RMMZ
Hi, fellow makers:
I can't seem to use the spawn event properly.
Can someone please enlighten me?
Event source (template)
Map: 001
Event: 053
Name: Erina template
Target map: 030
Target X-coordinate: 2
Target Y-coordinate: 2
I event set up a switch to track whether the spawn is successful or not.
Here's the weird part, I don't see any new event spawns, but the switch says the spawn is successful!!!
(It was off before I talk to NPC and on after talking to NPC.)
The original event wording has this script for X & Y:
$gamePlayer.frontX()
$gamePlayer.frontY()
I've tried everything from:
2
2
$gamePlayer.frontX(2)
$gamePlayer.frontY(2)
Does anyone know the answer to this?
Thank you.
I can't seem to use the spawn event properly.
Can someone please enlighten me?
Event source (template)
Map: 001
Event: 053
Name: Erina template
Target map: 030
Target X-coordinate: 2
Target Y-coordinate: 2
I event set up a switch to track whether the spawn is successful or not.
Here's the weird part, I don't see any new event spawns, but the switch says the spawn is successful!!!
(It was off before I talk to NPC and on after talking to NPC.)
The original event wording has this script for X & Y:
$gamePlayer.frontX()
$gamePlayer.frontY()
I've tried everything from:
2
2
$gamePlayer.frontX(2)
$gamePlayer.frontY(2)
Does anyone know the answer to this?
Thank you.