LordValinar
Member
EDIT: Crap sorry, can this be moved to proper thread please? I apologize.
Basically the problem is this: I have the 2 Player engine and it works great, I found some solutions to some of the problems but with the type of game I got going on I need one simple solution that I just can't figure out. So to all the ruby scripters out there please help.
I've searched up and down the default scripts in RPGVX but can't find anything remotely close to "Get Player 1's X location and Get Player 1's Y location" so I can "Jump Player 2 to Player 1's location" like moveto(x-1,y) or whatever. Because I know that player 2 can't be in the exact same location as player 1, but I need this ONE script/event or whatever so that I may be able to incorporate it into many different functions.
-Player 2 want to join game (jump to player1)
-Player 2 gets lost in previous map that Player 1 goes to somewhere else (Jump to Player1)
-Player 1 goes from town to World Map (why bother setting up different Xs and Ys when you could... Jump to Player1?)
So if anybody could help out with that, I could finally let my mind rest in peace as this is killing me lol. No RPGVX, help file, or anywhere I've searched really covered this exact topic. So if you could please, I would owe ya. (plus I love learning new scripts and how to script. It's fun ^^)
Basically the problem is this: I have the 2 Player engine and it works great, I found some solutions to some of the problems but with the type of game I got going on I need one simple solution that I just can't figure out. So to all the ruby scripters out there please help.
I've searched up and down the default scripts in RPGVX but can't find anything remotely close to "Get Player 1's X location and Get Player 1's Y location" so I can "Jump Player 2 to Player 1's location" like moveto(x-1,y) or whatever. Because I know that player 2 can't be in the exact same location as player 1, but I need this ONE script/event or whatever so that I may be able to incorporate it into many different functions.
-Player 2 want to join game (jump to player1)
-Player 2 gets lost in previous map that Player 1 goes to somewhere else (Jump to Player1)
-Player 1 goes from town to World Map (why bother setting up different Xs and Ys when you could... Jump to Player1?)
So if anybody could help out with that, I could finally let my mind rest in peace as this is killing me lol. No RPGVX, help file, or anywhere I've searched really covered this exact topic. So if you could please, I would owe ya. (plus I love learning new scripts and how to script. It's fun ^^)