thx, that would have worked, but i actually got Vektors idea to work (sorta), but here is the problem now:
in his readme Vektor suggests using the onMapSingleClick
command to alter the SAT_POS , which is defaulted at the player.
this means that the player can click on any part of the map, and view it with the satellite to look for the VIP's.
this is very very cool!, and it almost works the way ive done it, but i need some SYNTAX help i think.
im using :
onMapSingleClick {SAT_POS = getpos this;true}
in a trigger that is:
6000 x 6000
anybody
this
onMapSingleClick {SAT_POS = getpos this;true}
and it works to realign the satellite, but not on where the map single click is, but rather on the trigger im using to utilize vektors original suggestion in his readme concerning the above command that changes the SAT_POS.
**the < getpos this > is seems to be saying 'get the triggers position WHEN the player single clicks anywher on the map', but i need it to say 'get the location of WHEREever the map was clicked on'**
in other words, the trigger i introduced (on vektors suggestion) to the otherwise original work of his, DOES use any single click on the map to activate a change in the alignment of the SAT_POS, but not to the Location of the Single Click itself, but rather to the trigger im using to activate the onMapSingleClick command
long to explain, but i wager its a simple syntax thing, i just need to replace the getpos this command with one more appropriate?