The following function checks to see if a hotspot has been found. It is meant to be placed on the ConditionalScript field of a world map.
// kc_hotspot_show
//
// global conditional script for world map hotspots. Returns TRUE if this hotspot should be displayed
// on the world map.
// EPF 12/8/05
#include "kinc_worldmap"
int StartingConditional(string sHotspot)
{
return GetIsHotspotVisible(sHotspot);
}
Recent comments
3 years 42 weeks ago
3 years 42 weeks ago
3 years 42 weeks ago
3 years 48 weeks ago
3 years 48 weeks ago
4 years 12 weeks ago
4 years 13 weeks ago
4 years 17 weeks ago
4 years 17 weeks ago
4 years 20 weeks ago