Hi. I just discovered something weird. I've written a script that prompts the players X position. I want the prompt to be visible regardless of where I am on the map. To accomplish this I have placed out a trigger point at an arbitary position on the map, with my script as main script. Well,,,, the prompt is visible when I'm nearby the trigger zone. (I don't have to be within it's boundaries) But when I move away, at a distance, the prompt disappears.
Why is that? The script looks like this:
function promptx_init(e)
end
function promptx_main(e)
Prompt(g_PlayerPosX);
end
www.memblockgames.com