Results 1 to 8 of 8

Thread: Basic kick script.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    aaaaaaaaaaaaaaaaaaaaaaaaa Grief Hero's Avatar
    Join Date
    Jun 2013
    Location
    n/a
    Posts
    1,327

    Basic kick script.

    Here's a basic kick script if you don't want a specific player going into your levels. Feel free to use it.
    PHP Code:
    function onPlayerEnters() {
      
    temp.pl findplayer("Graal1008419"); //The account name can be changed. 
      
    if (temp.pl.level == "era_grief-test.nw") {  //The level you don't want them to be in.
        
    temp.pl.setlevel2("era_present_00-00.nw",30,39);  //the level you want them to warp to.
      
    }

    Last edited by Grief Hero; 11-09-2013 at 12:16 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •