Thread: Door Warp
View Single Post
  #6  
Old 03-23-2007, 12:29 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by EmChain View Post
How do I make a warp in a door? The NPC one thats pre-defined isn't working.

Can someone give me the script please?
Try this:

PHP Code:
if (created)
{
     
setimg door.png;
     
setshape 13232;
}

if (
playertouchsme)
{
     
setlevel2 (levelname), (x), (y);

Replace (levelname), (x), and (y) with the level, x and y coordinates respectively.

Simply done
__________________
What signature? I see no signature?
Reply With Quote