Thread: What's Wrong?
View Single Post
  #10  
Old 01-21-2006, 07:19 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
. . .
Wtf is wrong with you people

PHP Code:
if (created) {
  
setshape 1,16,16;
}
if (
actiondowarp) {
  
with (getplayer(#p(0))) {
    
setlevel2 onlinestartlocal.nw,30,30;
  }
}
//#CLIENTSIDE
if (playerenters) {
  
timeout 1;
}
if (
timeout) {
  
triggeraction x+.5,y+.5,dowarp,#a;

You can't trigger something unless it has a shape.
Reply With Quote