TDS'S PROFILE
TDS
1453
Ofblowman telefagus pentaculus benterpinize farntormian criscodophin nectoglabbit frontonian smectarufus foninax trickendance trinnoctor pontalifanarian trudinox nolicanisis.
Search
Filter
Having the event check the region.
If you're using it straight from the global variable then it's like this.
Like so:
Also test it before posting instead of editing your post. You might not receive help properly if you just post about trying then edit your post.
$game_map.events[ID_OF_EVENT_HERE].region_id == 5
Like so:
$game_map.events[5].region_id == 5
Also test it before posting instead of editing your post. You might not receive help properly if you just post about trying then edit your post.
Having the event check the region.
I was writing the script as you edited your post.
I think this might help with what you were trying to do.
You can use in a script conditional branch this to check if the event is outside the screen.
or if you want a specific event that is not the one running.
You could also use event.region_id to find out the id then use == like event.region_id == 1.
Let me know if it helps you out.
I think this might help with what you were trying to do.
#============================================================================== # ** Game_Interpreter #------------------------------------------------------------------------------ # An interpreter for executing event commands. This class is used within the # Game_Map, Game_Troop, and Game_Event classes. #============================================================================== class Game_Interpreter #-------------------------------------------------------------------------- # * Get Running Event #-------------------------------------------------------------------------- def event(id = @event_id) ; $game_map.events[id] end end
You can use in a script conditional branch this to check if the event is outside the screen.
event.near_the_screen?
or if you want a specific event that is not the one running.
event(id).near_the_screen?
You could also use event.region_id to find out the id then use == like event.region_id == 1.
Let me know if it helps you out.
The Screenshot Topic Returns
This started as a replication of the Kaeru no Tame ni Kane wa Naru battle system, but turned into a menu somehow.


Need some help from a scripter.
Can you provide the code you're using? Because it's going to be very hard to just guess based on the information you provided.
Need some help from a scripter.
So the problem it's that the help window is being cut off?
The only way I think that could happen is if it has a viewport and the window is being cut off because of the size of it.
try setting the viewport of the window to nil like this @window.viewport = nil, of course with the name of the window you're using.
The only way I think that could happen is if it has a viewport and the window is being cut off because of the size of it.
try setting the viewport of the window to nil like this @window.viewport = nil, of course with the name of the window you're using.
Getting your Game out there - Where to post your game?
author=Liberty
YouTube vids work well - especially if you can get someone popular to LP your game. You can also reach out on FaceBook, Twitter and Tumblr (the last one's good for blogs).
Also, TvTropes.
Youtube also gets people in foreign communities interested in your game. A few months ago I got a PM from a forum that showcases games and my game got over 3000 downloads in a week with a lot of reviews and feedback (Most in a language I barely understood, but it was still great).
If you're interested in a global audience then youtube is a good way to start, just make sure you have control over the content that is shown. LP's are good, but I've noticed that a lot of those videos seem to go for the (I'm a really funny guy or I know everything and I complain about everything in this game. Or the worst kind the "Feign ignorance" type who pretends things are either unexplainable or too hard.) and you usually only have one chance to make a good impression on people and a bad LP could kill it for you. That being said, your own gameplay videos or trailers could do a good job in attracting people to your game.
Gamer Parents: Home Edition
I'm not a parent, but the other night while playing Monster Hunter 3 online there was someone playing and I'm not sure if there was someone else with him/her, but they were burping a baby.
It was basically 20 minutes of a baby farting and burping and crying (You can't hear your own mic so the person had no idea everyone could hear this).
It was basically 20 minutes of a baby farting and burping and crying (You can't hear your own mic so the person had no idea everyone could hear this).
Useless Superpowers
The Screenshot Topic Returns
I've been trying to convert all the resources of a game into VX Ace format (It never occurred to me before that I could just use the original graphics instead of hunting down an artist).
I have a newfound respect for anyone who makes their own tilesets, it seems like a simple job, but it took me 8 hours just to make a simple tileset.
And here is the menu in action, I made it before I started the graphics conversion.


I have a newfound respect for anyone who makes their own tilesets, it seems like a simple job, but it took me 8 hours just to make a simple tileset.
And here is the menu in action, I made it before I started the graphics conversion.













