Results 1 to 10 of 22

Thread: iKevin's Script

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Veteran KevinBlue's Avatar
    Join Date
    Dec 2014
    Location
    Australia
    Posts
    335

    iKevin's Script

    PHP Code:
    // Coded by KevinBlue

    function fridge () { 
      
    banana;
      
    grape;
      
    beef;
      
    murderer;
      
    apple;
    }

    //iKevin's Script
      
    function onCreated () {
        
    player.chat = ("Crunchy, Munchy for my Lunchy!!");
        
    sleep (3);
        
    player.chat = ("I'd eat the banana");
        
    sleep (1);
        
    player.chat = ("Then the grape!");
        
    sleep (1);
        
    player.chat = ("Then the beef and...");
        
    sleep(1);
        
    player.chat = ("Ah... a murderer run!!");
        
    sleep (7);
        
    player.chat = ("Lucky last the, apple! Hurray!");

    Last edited by KevinBlue; 03-10-2015 at 06:57 AM.
    My Levels Thread


Posting Permissions

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