ok im trying to make it so when you encounter a random battle it brings you to a battle place like final fantasy battles or pokemon battles
but i cant seem to get anything right :(
how do i make it so that each person gets their own battle scene?
ID:154831
Dec 5 2011, 10:42 am
|
|
Dec 6 2011, 12:53 pm
|
|
Increase <code>z</code> levels?
|
Map Instancing (Easier from what I've heard)
SwapMaps (It seems hard but it's really not bad when you get it) |
You could also have it HUD based.
EG. obj If you do this though, the whole battle would probably need to be handled HUD based, and you can just increase the layer of objects that go ontop of that. |
In response to Speedro
|
|
Speedro wrote:
You could also have it HUD based. obj If you do this though, the whole battle would probably need to be handled HUD based, and you can just increase the layer of objects that go ontop of that. This is what I'd suggest. Using in-game objects for your battle setups will cause too many headaches compared to just using screen objects |