RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Help with scripting Move Event (Resolved)

0 Members and 1 Guest are viewing this topic.

*
Rep: +0/-0Level 83
Hey folks. I'm new to the forum and to RPG Maker 2k, and I'm having a bit of trouble scripting an early event in my game. It's somewhat complicated, but I'll try to explain it as best I can.

I'm trying to work out a cutscene in which the hero and a bunch of soldiers are attending a mission briefing. At the end of the briefing, all of the soldiers (18 total) file out of the room in pairs, leaving only the hero and an NPC.

Trouble is I can't seem to get these guys out of the room. I realize that they can't actually leave the room itself, as in teleportation; I would just like it to appear as if they do. I've gotten close to achieving this (via switches that make the sprites invisible), but because the program doesn't know any better, it still treats these soldiers as taking up space on the map, causing all the others to just bunch up helplessly in front of empty space.

I'm not sure if what I'm trying to do is possible, but that's why I wanted to ask the experts here. ;D Any suggestions, you guys?
« Last Edit: July 24, 2009, 01:53:48 PM by Iressivor »

***
Rep:
Level 86
Sonic Dog -> Light Spear -> Overlimit -> Slash
It sounds to me like a simple Erase Event should do the trick, assuming it's a one-time scene. When each pair gets to the door, erase the event (page 3, I think).

Actually, if you turn on 9 different switches at the beginning of the event and assign them to each pair, you shouldn't have a problem with them piling up. Instead of turning switches on in the end, turn them off, and the sprites vanishhh.

Either way should work, just use whatever you prefer.

*
Rep: +0/-0Level 83
Thanks, Sirius. Problem solved!