Quote:
Originally posted by Thak2
I don't think that will work because, since it is dontblock, playertouchsme will not effect it.
You could use a timeout and do something like
if (playerx>x&&playery>y etc.)
|
like this maybe? (non-p2p script)
if (created) {
setimg image.gif;
dontblock;
drawaslight;
timeout=0.05;}
if (timeout) {
if (playertouchsme) {show; setcoloreffect 1,1,0,.99;}
else {hide;}
timeout=0.05;}
I dunno, im not too good at this scripting stuff...