View Single Post
  #10  
Old 01-09-2002, 03:42 AM
haunter haunter is offline
Registered User
haunter's Avatar
Join Date: Mar 2001
Posts: 7,989
haunter is on a distinguished road
Re: Re: I need some help!

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...
Reply With Quote