Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   RPGMaker (http://zelaron.com/forum/forumdisplay.php?f=188)
-   -   switches/variables (http://zelaron.com/forum/showthread.php?t=40031)

VonCreme 2006-07-12 05:16 PM

switches/variables
 
OH MY GOD! For hours now I have been trying to figure out how to use these stupid variable and switches options. I am using the RPG Maker XP Postality Knights Edition. I have tried simple things such as: recieveing a message on startup/immediately entering area and setting trigger as "auto start." I know that makes the same message repeat over and over, but through all the guides and FAQs Ive read, I DONT KNOW WHAT TO DO because they are so blunt in their explinations. Another example is creating an event that when you step on it, you move two spaces up. But I only want that to happen once. how do I fix that with these switches? They say its easy, but Im not seeing it. Could someone please give me a long and clear solution please?

phsyco025 2006-07-12 06:39 PM

Quote:

Originally Posted by VonCreme
OH MY GOD! For hours now I have been trying to figure out how to use these stupid variable and switches options. I am using the RPG Maker XP Postality Knights Edition. I have tried simple things such as: recieveing a message on startup/immediately entering area and setting trigger as "auto start." I know that makes the same message repeat over and over, but through all the guides and FAQs Ive read, I DONT KNOW WHAT TO DO because they are so blunt in their explinations. Another example is creating an event that when you step on it, you move two spaces up. But I only want that to happen once. how do I fix that with these switches? They say its easy, but Im not seeing it. Could someone please give me a long and clear solution please?

for problem 1 i don't know y its not working u should have the message then activate a switch and have a second page with nothng on it and precondition it with the switch from the first page

for problem to u need to do the same thing. after u make it so they move up 2 spaces then have a switch activated and a second page with nothing on it and a precondition from the first page. hope it helps ill get u a demo if i can maybe l8er tonight.

Atnas 2006-07-12 08:03 PM

DO NOT USE AUTOSTART.... unless you use Erase event, it will keep on happening. It is the source of your problems... Also, you do not need to use switches for everything... Set the event to Player Touch, and it will only do the event when you step on it... Don't worry, I was VERY confused at first... I'm working on a newbies guide to RMXP, by the way, which will include video... Might take awhile, but it's worth it if I help at least one newbie ;)

phsyco025 2006-07-12 10:30 PM

hey good luck with that Atnas and if u need any help feel free to ask and btw hows ur game going?

llamallover2021 2006-07-13 06:22 PM

Speaking of event triggers 'n stuff, what's the "collision" trigger? Is it sorta like "Hero Touch" 'cept the event that's set to "collision" has to be moving?

Atnas 2006-07-13 06:50 PM

I'm not exactly sure, but in theory.. yes...

BlueCube 2006-07-13 07:09 PM

Collision: The hero does not have to hit the confirmation key, the event and the hero just have to attempt to be on the same tile at the same time - so the event can also activate itself by running into the hero (as well as the hero running into the event.)

Atnas 2006-07-14 02:44 PM

XD Hey, That'd be perfect for my LOZ battle system I'm making!

VonCreme 2006-07-14 04:17 PM

Well Im sorry I have been out, but Ive been having so much fun now that I know how to use switches! I have a few more questions though. I know there is an open shop window, but there is no "Rest in Inn" option or anything that I see using XP. How could I set up an inn enabling you to be fully restored when entering a room after you have paid for it, yet not repeating itself? Another general question: can I use more than 2 tilesets on a map (excluding the event graphics)?

Atnas 2006-07-14 05:27 PM

I'll explain the inn script once I have completed something... lack of time...BRB

phsyco025 2006-07-14 05:35 PM

Quote:

Originally Posted by VonCreme
Well Im sorry I have been out, but Ive been having so much fun now that I know how to use switches! I have a few more questions though. I know there is an open shop window, but there is no "Rest in Inn" option or anything that I see using XP. How could I set up an inn enabling you to be fully restored when entering a room after you have paid for it, yet not repeating itself? Another general question: can I use more than 2 tilesets on a map (excluding the event graphics)?

Well for the Rest in inn part what you could do is this...

<>Message: Would you like to stay at the inn for just $5?
<>Show Choices: Yes rest at inn for $5, No too expensive
: [Yes rest at in for $5] Handler
<>Conditional Branch: Money 5 or more
<>Change Money: - 5
<>Message: Ok enjoy your stay.
<>Complete Healing: Entire Party
<>
: <>Else Handler
<>Message:Sorry you don't have enough money to stay here.
<>
: End
: [No too expensive] Handler
<>Message:Please come again.
<>
: End
<>

And for the other question no you cannot use more than one tileset in one map unless you put 2 or more together to make it one tileset

Atnas 2006-07-14 07:02 PM

=b okay, ya beat me to it.

phsyco025 2006-07-14 08:01 PM

lol sry


All times are GMT -6. The time now is 10:52 PM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.