Quote:
Originally posted by Poogle
playertouchesme worked for me on my lapytop this morning.
|
Obviously you didn't try touching it.
Try this script.
NPC Code:
// NPC made by Stefan Knorr
if (created) {
setimg door.png;
setshape 1,32,32;
}
if (playertouchesme) {
hide;
sleep 3;
show;
}
And play in the level, and touch it.
Nothing happens.