Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> Cant pass with out a item in Vx and Ace
Kaleb Daub
post Jun 21 2012, 06:51 PM
Post #1


Level Up!
Group Icon

Group: Revolutionary
Posts: 299
Type: Artist
RM Skill: Beginner




How can I make an event where you have to get a certain item to progress with the story? Using ACE and VX.

This post has been edited by mooshra: Jun 21 2012, 06:52 PM


__________________________
My games.
Go to the top of the page
 
+Quote Post
   
Nub Cake
post Jun 22 2012, 05:18 AM
Post #2


Level 7
Group Icon

Group: Revolutionary
Posts: 102
Type: Event Designer
RM Skill: Skilled




What you have to do is to go to the event menu, then go down to the "Flow Control" and select "Conditional Branch..." which is the one on top.

Go to page 4 where you select Item -> "Item ID/Name" in inventory
This will check if the item is in the inventory, and you can set up a switch and the text you want if you got it in inventory, but if you don't, just add the basics, "You do not have ... yet" tongue.gif

When this is done ,you need to make a event that will give you the item. If you plan to have other events happen along the way, you can have event pages which will say new things, or act differently when you have picked up the item.
As you might want to make items more later again, i'll add these details as well.

2 suggestions


Alternative 1

If you want people to react to the player picking up the item, or just basically to check if the item is in inventory, here it is:

You have to create an Variable, here i just name it "Item Received", then you take greater then or equal to -> 1.

When it's under one, they'll walk around and act normally, but when you get 1 point, they can stalk you or so on.

(Note: if it fails with one, use two)

To give the variable you created points you have to go to "Game Progression" and select "Control Variables"

On top, select your variable, on "Operation" select add and on "Operand" select "Constant" and write one.

An easier way is to just make a control switch which gets on when you pick up the item, but i just added that above in case you was to add more items or so tongue.gif

Alternative 2

if you now would add more items, make a conditional branch which requires X (3 Items), then each items will give it one point, and when all three is gathered, it allows you to deliver them.


If you want me to make a demo of this, i'd be able to do it as i got summer vocation, and didn't get any job tongue.gif



__________________________


[Show/Hide] To make my signature smaller

[Show/Hide] Koroshite Gakuen - Paused - lack of inspiration


Koroshite Gakuen means Killing in the School, and my current project is finally gonna be the first game i complete.

As for plans, i have though of the chat options, full screen, menu and might a diary, and a phone system.

The game is based on a girl, still unnamed, and it's a day at the high school where they play mafia.

Mafia is a game where a few is selected to be mafia, and a a couple selected for detectives. The rest is innocent, and the mafias touch them and tells them their dead, and they eventually lie down, sit down or go to a certain room. Now, the detective can then go to them, and the dead guy will tell them one thing that can describe the murders appearance, but no names, and no one else knows what that guy told the detective. Either the mafia kills all, or the detective catches the mafias, and the game ends.

Now, the plan is that there happens an actual murder at the school, there isn't cops in the town, and there isn't enough resources to send more than one police officer, which can't figure out much. So as the police officer doesn't do too much, you decide to take it up yourself, track down the murder.

I don't feel like telling more as it kind of spoils it, but i can say that I'm still at the mapping, and i try my best to make them look as good as possible, as I'm a horrible mapper.

Decent art artist?

I could really use some help for some of the graphics for character faces, and eventually a few character pictures c:



I love to write stories, if you're stuck on your games story, i might be able to help :)
Go to the top of the page
 
+Quote Post
   
Kaleb Daub
post Jun 22 2012, 05:55 AM
Post #3


Level Up!
Group Icon

Group: Revolutionary
Posts: 299
Type: Artist
RM Skill: Beginner




Thanks man a demo is nice thanks for your help so this work with Vx and Ace?


__________________________
My games.
Go to the top of the page
 
+Quote Post
   
Nub Cake
post Jun 22 2012, 06:19 AM
Post #4


Level 7
Group Icon

Group: Revolutionary
Posts: 102
Type: Event Designer
RM Skill: Skilled




Yes, i used the VX demo version to find this as i've used a friends VX version when i first started using the RPG Maker engine as he didn't use it back then, not sure if he use it now either, but pretty sure it will work like this on Ace as they have a bit in common from what i can see. But i haven't taken a look at Ace yet, but im pretty sure smile.gif

And will make a demo in VX now, will probably be ready within 30 min - 1 hour i guess smile.gif

Edit:
here goes, and i was doing a lot of Variables where i added points earlier for a collector quest (helped out a friend as im not a fan of them), so you could originally just do it with the "Conditional Branch"

I also added so when all items are gathered on the second map, a new person will appear (Event with parallel process)

anyway, here you go smile.gif

Will be available as long as i have Dropbox activated, and will just have it active till you've downloaded it if not longer if anyone else wants it tongue.gif

This post has been edited by Nub Cake: Jun 22 2012, 06:43 AM


__________________________


[Show/Hide] To make my signature smaller

[Show/Hide] Koroshite Gakuen - Paused - lack of inspiration


Koroshite Gakuen means Killing in the School, and my current project is finally gonna be the first game i complete.

As for plans, i have though of the chat options, full screen, menu and might a diary, and a phone system.

The game is based on a girl, still unnamed, and it's a day at the high school where they play mafia.

Mafia is a game where a few is selected to be mafia, and a a couple selected for detectives. The rest is innocent, and the mafias touch them and tells them their dead, and they eventually lie down, sit down or go to a certain room. Now, the detective can then go to them, and the dead guy will tell them one thing that can describe the murders appearance, but no names, and no one else knows what that guy told the detective. Either the mafia kills all, or the detective catches the mafias, and the game ends.

Now, the plan is that there happens an actual murder at the school, there isn't cops in the town, and there isn't enough resources to send more than one police officer, which can't figure out much. So as the police officer doesn't do too much, you decide to take it up yourself, track down the murder.

I don't feel like telling more as it kind of spoils it, but i can say that I'm still at the mapping, and i try my best to make them look as good as possible, as I'm a horrible mapper.

Decent art artist?

I could really use some help for some of the graphics for character faces, and eventually a few character pictures c:



I love to write stories, if you're stuck on your games story, i might be able to help :)
Go to the top of the page
 
+Quote Post
   
Kaleb Daub
post Jun 22 2012, 09:16 AM
Post #5


Level Up!
Group Icon

Group: Revolutionary
Posts: 299
Type: Artist
RM Skill: Beginner




Thanks for the help I really appreciate it.
EDIT: It works in both of them thanks once more

This post has been edited by mooshra: Jun 22 2012, 09:36 AM


__________________________
My games.
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 23rd May 2013 - 03:35 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker