ID:161692
![]() Apr 10 2008, 9:16 pm
|
|
I have like 5-6 maps how do i make it where you can go from 1 map to another???
|
![]() Apr 10 2008, 9:46 pm
|
|
Each map is a different Z layer, they go in alphabetical order.
|
Find a turf. Right-click, edit, change the tag variable to something unique. We'll call it "tag" for now. In your code, to find that turf again, simply use:
locate("tag")
|