View Single Post
  #98  
Old 04-03-2010, 04:54 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
I believe it might be related due to the lack of the player prefix, or conflict with local systems.

Try this level script:

PHP Code:
function onPlayerChats() {
  if (
player.chat == "testwarp") {
    
player.setlevel2("onlinestartlocal.nw"3030);
    
player.chat "Warped!";
  }

__________________
Quote:
Reply With Quote