naw that didnt do it....ill just keep the script mapclick free.....1 prob that it may be is the fact i cant use mapclick command like every1 else for some reason...if i try
onmapsingleclick{}
blah blah
blah blah
....it goes directly to blah blah instead of waiting for map click,ive seen other scipts where the sqs is activated and it was waiting for click....they didnt do anything special to make it wait, same as u see above. i gotta do this to make click work for me...
onmapsingleclick{thingy setpos _pos; go=true}
@go
blah blah
blah blah
.......only then will thingy get setposed to _pos and blah blah will happen
in fact, when i 1st started working with the click command....
onmapsingleclick{}
thingy setpos _pos
blah blah
blah blah
....worked, but only once :'( , then i had to put the commands in the brackets. when i made a new script to start over...
onmapsingleclick{}
blah blah
blah blah
...worked, but only once, and again i had to use...
onmapsingleclick{thingy setpos _pos; go=true}
@go
blah blah
blah blah
whats the deal with that?...forget it, i dont even wanna know :-X
addaction is just as good for what i am doing, just wanted to add a little extra zip to it.