Main Menu
  • Welcome to The RPG Maker Resource Kit.

I need lots of help

Started by Ryu, January 21, 2006, 02:53:05 AM

0 Members and 1 Guest are viewing this topic.

Ryu

in my game my grandpa char dies and disapears but when I come back in hes there a again. how do I make it so he never comes back?
Im using rpgmker 2k3
and I want to know how to make people say something at the beginning of the game, but not any more. how do I do this?
sry for the noob questions

ShadowLink

did you do an 'Erase Event'?
Co-Webmaster of The Gaming Alliance

Thanks to TheRaven off of The Players Guild.
R.P.G. Fan Game Status
[--TLOZ: Fierce Entity--]|||||||||||||||||||| - 3%

haloOfTheSun

You can't do an Erase Event in 2003.
:tinysmile:

ArkBennett

First problem use an switch, at the last part of the command line make a switch and assign a name, then make a second page and under the conditions set the switch for it.

To make events immdietaly happen use either of these two,

Auto-Start: The event starts as soon as you enter the map and it prevents other events from moving or carrying out any commands.

Parallel Process: The event starts as soon as you enter the map and it allows other events to move or carry out any commands.

Jesse 015

switches would probally be the best thing, (sorry guy above me who just said that, but i want to say it too)
Badass, and a do'er not a thinker

Soul

PAGE 1*Action Key*
"what ever events you whont"
~Turn Swicth X on

PAGE 2*Auto Start/Parallel Process*
~Change event X (grandpa) to X (dead image of him)
~Tint screen (all black or white)
~Wait X
~Change event X (grandpa) to X (Empty image, a good one to use is the tile set bit at the top left)
~Tint screen (back to what it was)
~Turn Switch X on

PAGE 3*Parallel Process*
"Empty"

i just did one like that and it worked fine.

Ryu

thankyou all for helping I am now one step closer to completing my game