This simple script can be placed on a conversation node to make a certain hotspot visible at some point in the plot.
// ka_hotspot_show
//
// Set as visible the hotspot with name sHotspot
#include "kinc_worldmap"
void main(string sHotspot)
{
ShowHotspot(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