R3tard3dDrake 0 Posted May 19, 2016 ScriptingI had asked someone make a script for a Bi Cycle..And he had given me a event..It looks like this..And I press Action Button the Player jumps and Get on the Cycle(Wrong Graphic)But he is unable to get down..The Script Call/Line is*"jump($game_map.round_x_with_direction($game_player.x,$game_player.direction)-$game_player.x,$game_map.round_y_with_direction($game_player.y,$game_player.direction)-$game_player.y)"*Please helpI need the Script Line to make it back to normal.. Share this post Link to post Share on other sites
Shiggy 630 Posted May 19, 2016 Basically the event simply make a jump animation and then changes the player graphic So you need another event , a parallel process event active when bicycle switch is on , On a player input -you must change the player graphic back to normal, -turn the bicycle switch to off -move the bicycle event to the current player position I'm not too familiar with events so if you need more details you should ask a mod to move this thread to editor support and discussion, people there should be able to explain it better Share this post Link to post Share on other sites
R3tard3dDrake 0 Posted May 19, 2016 ShiggyBut it will be a bit difficult..I will need to make the Bi-Cycle to appear behind him and Make the player jump to the side of the Pathway (Of Region ID 3)I will try to make it..But what does that Script do.. I want need to understand..It might help me..And I think this thread needs to be moved somewhere else..Maybe Event/Script Request? Share this post Link to post Share on other sites
Rikifive 3,411 Posted May 20, 2016 So far the question is more related to eventing, so I have moved this thread to VXAce Editor Support and Discussion for now~. (= If it will turn on a different path, then I'll eventually move it again. (= Share this post Link to post Share on other sites
Lord Vectra 414 Posted May 26, 2016 I don't use script calls so I have no idea what that is. What are you trying to do? I might be able to make it much simpler for you. Share this post Link to post Share on other sites
R3tard3dDrake 0 Posted May 27, 2016 Can you help me out?Lord Vectra I tried making a Bicycle event..I wanna make one..A simple get on up move through region id 3 and not throught 4..Get down.. on region id 2..I make the Getting up and Down..But not on Region IDs.Do you think it is possible in other scripts.. Share this post Link to post Share on other sites
Lord Vectra 414 Posted May 27, 2016 (edited) Basically, u trying to make a land vehichle, correct? Here's a script that might solve the problem you are having. http://www.rpgmakercentral.com/topic/8787-land-vehicle-105-update-09012015/ Edited May 27, 2016 by Lord Vectra Share this post Link to post Share on other sites
R3tard3dDrake 0 Posted May 29, 2016 I don't know how it helps me exactly..I want it to move only through Region ID 3 and not through the whole Region..I saw Glav's Land Vehicles ON OFF is sensible for me..It would be required as the player standing on Region ID 4 should be able to jump on the Bike..I suggest this should be done by events..Because the Player has a Variable for his Clothing..If Variable is 1 then Character Graphic is <name1> If Variable is 2 then Character Graphic is <name2> If Variable is 3 then Character Graphic is <name3> If Variable is 4 then Character Graphic is <name4>This character graphic is with the Cycle..I asked a friend of mine to make something like this..I didn't understand much but I have added the ZIP to this..Please check..And I am not able to merge both the Scripts:-Land Vehicles andGlav's Land Vehicles ON OFFPlease help..Demo-Bi-Cycle.zip Share this post Link to post Share on other sites
Lord Vectra 414 Posted May 30, 2016 I can't read whatever language that is. Share this post Link to post Share on other sites
R3tard3dDrake 0 Posted May 31, 2016 (edited) My man..I have put the English version in this Demo Bi Cycle.zip Edited May 31, 2016 by R3tard3dDrake Share this post Link to post Share on other sites
Lord Vectra 414 Posted June 4, 2016 My computer is acting slow so give me some time and I'll look it to it. Share this post Link to post Share on other sites
R3tard3dDrake 0 Posted June 25, 2016 Lord Vectra..Sir It has been days..And there was no response after your msg..May I know the progress of the System/Script? Share this post Link to post Share on other sites
Lord Vectra 414 Posted June 25, 2016 If I'm correct, ur problem is Region ID and variable clothing. I'm not much of a scripter so I can only tell you this: You need to make a character of every possible character. You'll need to do the same for bicycle. As for region ID's. You will make 2 variables which equals the X Coord and Y Coord. Make another to equal Region ID. Go to the 3rd tab, go to map, and select "Get Location Info." Everything else you need to know will be right there in front of you. Did I cover everything? Share this post Link to post Share on other sites