Multi State Dungeon Map
Overview
Creator:
TheRock
Added: 27 Mar 2022
Tags:
Global
|
View Script |
Information
Ever annoyed that with your 2 state dungeon when you go to one version the other one looks like you haven't been anywhere? Well I have, so here's the fix so now it will appear as if both states on the same map.
Description Setup Reviews Comments
const int mapOne = 1; //Map number of the first state of the dungeon
const int mapTwo = 2; //Map number of the second state of the dungeon
const int mapTwo = 2; //Map number of the second state of the dungeon


