Neo Genesis
The Wanderer
- 238
- Posts
- 19
- Years
- Age 33
- California
- Seen Sep 11, 2005
You can either erase the event or use a switch say 1:a and you make a blank page with the conditions if 1:a is on
10 frames is 1 secondJade said:how many Frames is in...
a) 1 minute?
b) 10 minutes?
Itz for my Day/night script I am customizing it for my Yellow DX.
Thanks.
use the memorize location script from dubealex.sphereslayer said:In the rpg xp scripter how do i call an event ? I've made a bag just out of events and i want to call that from my menu when i select the "bag" option. Thanks
Hey I was wondering in rgss how do i make the items window only have 1 column ? I've attached a pic to show what I mean, I want all 3 of those items listed underneath one another, instead of having the 2 columns. Any help would be greatly appreciated
@column_max = 2
x = 4 + index % 2 * (288 + 32)
y = index / 2 * 32
Do you mean, like, an inn or something? And, for what maker?I'd like to know how to make a Rent-a-(noun) that blocks you off if you don't have enough money. Glooba.
Cursed said:I'd like to know how to make a Rent-a-(noun) that blocks you off if you don't have enough money. Glooba.
Find these lines in Window_Item
Code:
@column_max = 2 x = 4 + index % 2 * (288 + 32) y = index / 2 * 32
And, you see @column_max? change the value to 1
Also, change the 2's after the "%" and "/" symbols to 1
It would make the items all appear on one column.
Erm... Cursed, it's "ALT" + Print Screen, not CTRL ;)On rm2k3 I can't do screens. I tried ctrl+prtsc but it wouldn't work pleaze help.