Forum

> > Stranded II > General > How to add places on map
Forums overviewStranded II overviewGeneral overviewLog in to reply

English How to add places on map

4 replies
To the start Previous 1 Next To the start

old How to add places on map

Sish
User Off Offline

Quote
I played a custom island and I saw that on map there were mapped locations with flags. How do you do that?

old Re: How to add places on map

DC
Admin Off Offline

Quote
In the map editor you can choose "Infos" and then you will see various flags which can be placed on the map.
There's also a thingy (right after the flags) called "Map Indicator" which does the same. When you click on it after placing it you can even change its look or enter a text. Make sure to also tick "Instant Active" to make it instantly visible on the map when the map is started.

old Re: How to add places on map

ModJuicer
Super User Off Offline

Quote
you use a bit of code

the code below will work, I think

1
2
3
4
5
on:use{
	if (playergotitem(92)>1{
		exchange "self";
	}
}

old Re: How to add places on map

JasJack67
Super User Off Offline

Quote
should be >=1{

yours above says they need 2 or more keys (item,92).

this is saying you only need 1 key (item,92).

p.s. or, you could use >0{ ofcoarse...that would be only needing 1 key (item,92)
To the start Previous 1 Next To the start
Log in to replyGeneral overviewStranded II overviewForums overview