Forum
Stranded II General How to add places on mapHow to add places on map
4 replies 1
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.
the code below will work, I think
1
2
3
4
5
2
3
4
5
on:use{ 	if (playergotitem(92)>1{ 		exchange "self"; 	} }
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)
1