Results 1 to 10 of 45

Thread: iMask's Scripts

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Big Cheese Captain
    Join Date
    Jun 2013
    Posts
    1,029
    Make the NPC move on the x axis
    PHP Code:
    //Coded by iMask
    function onPlayerEnters () {
       for (
    this.n=5;this.n<30;this.n++) { 
          
    this.x=this.n;
          
    sleep (0.1);
          
    this.chat "I am now on "@this.n@" of the x coordinate of this level!";
       }

    I didn't test this code, so I have no idea if this actually works.
    Last edited by iMask; 01-22-2015 at 09:43 PM.
    iEra Developer / SFX Admin

    Need help? Contact me:
    Email: [email protected]

Posting Permissions

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