Posted by Bulldogg Lucero
Oh yea
And vince
Btw anyone got the script to make a door come back?
like have it
if (playertouchsme){
hide;
}
But idk how to make it come back
|
PHP Code:
if (playertouchsme){
hide;
sleep 3;
showagain;
}
There is also the default door npc you can use