Hi! This is my first tut
This might not be the most wanted event tutorial but I might help someone.
I started working on this after I posted on the script requests sub-forum.
A secret base or a house is where you can rest, store things (these two with the proper script), train or just watch the wonder you build
Features
In the next version
How to do it
Step 1: Open RMVX
Step 2: Create a new project
Step 3: To create a house buyer/seller put in the next dialog
This is the first page
The second page is:
Step 4: On your house you have to create a number of switches = to number of objects and put an empty event on the first page and one with the image in the second ( you need to put in that the second is only activated with the correct switch on )
Step 5: Place an object that can serve to open the menu and to place the objects and write in:
Step 6: Play it and see if it's alright!
Note: For more info see the Demo
Demo
http://www.mediafire.com/?8zz1yz1z1jm
Screenies
Thanks for reading :thumb:
This might not be the most wanted event tutorial but I might help someone.
I started working on this after I posted on the script requests sub-forum.
A secret base or a house is where you can rest, store things (these two with the proper script), train or just watch the wonder you build
Features
- Objects
- Dungeon
- House buyer/seller
In the next version
- Movable objects
- 2 or more rooms
How to do it
Step 1: Open RMVX
Step 2: Create a new project
Step 3: To create a house buyer/seller put in the next dialog
Code:
Show message: Hi! Do you want to buy a house or sell an old one?
Show choices: Buy, Sell
If [Buy]
Show message: It's ... G, Are you sure?
Show choices: Yes, No
If [Yes]
Change gold: -... G
Control switch [Bought] ON
Show message: Thank you
If [No]
Branch end
If [Sell]
Show message: You don't have any house to sell!
This is the first page
The second page is:
Code:
Show message: Hi! Do you want to go to your house or sell it?
Show choices: Go to your house, Sell it
If [Go to your house]
Transfer player: House map
If [Sell]
Show message: Are you sure?
You can later buy the same house and stay with the same
things.
You'll receive half of the gold you paid
Show choices: Yes, No
If [Yes]
Change gold +... G
If [No]
Branch end
Branch end
Step 4: On your house you have to create a number of switches = to number of objects and put an empty event on the first page and one with the image in the second ( you need to put in that the second is only activated with the correct switch on )
Step 5: Place an object that can serve to open the menu and to place the objects and write in:
Code:
Show message: What do you want to place?
Label: First
Show Choices: Object 1, Object 2, Object 3, More
If [Object 1]
Control switch [Object 1] ON
If [Object 2]
Control switch [Object 2] ON
If [Object 3]
Control switch [Object 3] ON
If [More]
Show Choices: Object 4, Back, Close
If [Object 4]
Control switch [Object 4] ON
If [Back]
Jump to Label: First
If [Close]
Branch end
Branch end
Step 6: Play it and see if it's alright!
Note: For more info see the Demo
Demo
http://www.mediafire.com/?8zz1yz1z1jm
Screenies
http://img181.imageshack.us/img181/6843/screenie1yx1.png[/img]
http://img181.imageshack.us/img181/5786 ... ie2ko7.png[/img]
http://img514.imageshack.us/img514/3857 ... ie3ck9.png[/img]
http://img508.imageshack.us/img508/815/screenie4qa6.png[/img]
http://img514.imageshack.us/img514/4127 ... ie5qw0.png[/img]
http://img505.imageshack.us/img505/9084 ... ie6md9.png[/img]
http://img181.imageshack.us/img181/5786 ... ie2ko7.png[/img]
http://img514.imageshack.us/img514/3857 ... ie3ck9.png[/img]
http://img508.imageshack.us/img508/815/screenie4qa6.png[/img]
http://img514.imageshack.us/img514/4127 ... ie5qw0.png[/img]
http://img505.imageshack.us/img505/9084 ... ie6md9.png[/img]
Thanks for reading :thumb: