View Single Post
  #3  
Old 06-20-2004, 02:55 PM
Salaisuus Salaisuus is offline
Registered User
Join Date: Mar 2004
Posts: 68
Salaisuus is on a distinguished road
Nope.
Its part of a bigger script.
I need to use showimg not setimg because I need it at specified x & y.

if (playersays(plah)) {

setimg whatever.png;

setshape 1,32,32;

}

That wont do because it will simply display at where ever the image is on the level.
So I need to use showimg but I need to make it block also.