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.
[RMXP] Cutscene and Disappearing

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 86
I'm making a cutscene that takes place on the second floor of a house. At the end, I have a npc walking across the room, and as soon as he hits the steps, I want him to disappear, giving the illusion he went downstairs. What I have right now, as I can't find any other way of doing it, at the end of his SET MOVE ROUTE I have changed the opacity to 0, yet it does nothing. How can I change this?

Also, if my player (who is still on the second floor) goes downstairs, then immediately goes back upstairs, the cutscene happens again. How can I change that so it happens once and if the player keeps trying to go up to that room, the cutscene will never happen again?
« Last Edit: November 01, 2007, 02:04:03 AM by Navy_Spitfire »

********
Shadow Knight
Rep:
Level 91
Ruin that brick wall!
Project of the Month winner for October 2008
Either you use Switches to make it appear only once/ Variables ,and Conditional Branches.
READ tutorials in the tutorial database and all around the site to learn more about eventing.

Savvy?
Be kind, everyone you meet is fighting a hard battle.

********
Licks
Rep:
Level 91
Sexual Deviant
Switchs, you need moar

Add wait for move's completion, then have self switch a on at the end of the event, then make a second page and put nothing on it

As for the cutscene, do the same as you did for the npc