Page 2 of 2 FirstFirst 1 2
Results 11 to 18 of 18

Thread: Assign me a task

  1. #11
    Street Boss
    Join Date
    Jun 2013
    Location
    United States
    Posts
    529
    Hm, well I haven't seen you do too many loops recently.
    Try just a regular NPC script of something moving.
    If you need help, try these:
    http://youtu.be/WPNwXCynd8c
    http://youtu.be/CN0IvBmWrkk

  2. #12
    Quote Originally Posted by Peter View Post
    Hm, well I haven't seen you do too many loops recently.
    Try just a regular NPC script of something moving.
    If you need help, try these:
    http://youtu.be/WPNwXCynd8c
    http://youtu.be/CN0IvBmWrkk
    im running into a problome with my script the loop doesent seem to be working, i even got frustrated so i tried and used his script and it still did not work so here it is.
    PHP Code:
    function onCreated() {
      
    showcharacter();
      
    this.head "head0.png";
      
    this.colors[0] = "orange";
      
    this.colors[1] = "white";
      
    this.colors[2] = "blue";
      
    this.colors[3] = "red";
      
    this.colors[4] = "black";
      
    this.shield "no-shield.png";
      
    this.dir 2;
      
    setcharani("idle",NULL);
    }
    function 
    onPlayerEnters() {
      for(
    temp.0;temp.<= 20;temp.temp.0.2) {
        
    this.temp.i;
        
    sleep(0.1)
      }

    Noof was here.

  3. #13
    Street Boss
    Join Date
    Jun 2013
    Location
    United States
    Posts
    529
    Are you using it on the offline editor or on a Playerworlds server?

  4. #14
    Street Boss John's Avatar
    Join Date
    Jun 2013
    Location
    Lebanon
    Posts
    825
    I already started the Graal Operating System last year, you can continue it if you want.
    -Johnaudi

  5. #15
    Quote Originally Posted by John View Post
    I already started the Graal Operating System last year, you can continue it if you want.
    Sure. Pm me
    Noof was here.

  6. #16
    I want you to script me a program that can teach me how to script.

  7. #17
    Street Boss Alex Damian's Avatar
    Join Date
    Jul 2013
    Location
    Georgia
    Posts
    534
    Quote Originally Posted by Deadwinter View Post
    I want you to script me a program that can teach me how to script.
    Lol I need that too ^
    Hello!

  8. #18
    Anime Otaku georgelordx's Avatar
    Join Date
    Aug 2013
    Location
    United States
    Posts
    279
    I also want to learn scripting so me four

Posting Permissions

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