Micro tip: Placing multiple events in the same location
Heyo!I should start with a disclaimer: I have under 40 hours in RMVX Ace, so I'm no pro by any means.
I have, however, managed to do this nifty little trick which you might find helpful.
This can be useful if you used an event to place shadows and want to place an NPC underneath it, for example.
To place multiple events in the same location, create 3 events:
Event A will be placed normally.
Events B and C will be placed somewhere obscure, like in an unreachable area of the map.
Make event C a parallel process. Add in the following command:
Set event location (Event(xyz,xyz)(xyz,xyz) being the coordinates of Event A, as we want to place event B there.
That's all there is to it! I believe you can place up to 3 events on top of each other by setting their priorities correctly, but I haven't tried that myself.
I should note that this method has its limits. For example, Event B will not be able to move around (I.E NPC will be stuck in place). Also, I have no idea what will happen if both events have actual commands in them and they are both activated at the same time. Try it out at your own risk!
本贴来自国际rpgmaker官方论坛作者:Creepy Pie处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/micro-tip-placing-multiple-events-in-the-same-location.23567/
页:
[1]