Page 3 of 3 FirstFirst 1 2 3
Results 21 to 22 of 22

Thread: iKevin's Script

  1. #21
    Big Cheese Captain
    Join Date
    Jun 2013
    Posts
    1,029
    Quote Originally Posted by KevinBlue View Post
    fine player chat. but how do i sign up for scripting?
    Also, to use player.chat, you need an equals sign as such:
    PHP Code:
    player.chat "hi";
    sleep (3);
    player.chat "how are you?";
    ...
    ... 
    and so on.
    iEra Developer / SFX Admin

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

  2. #22
    Quote Originally Posted by iMask View Post
    Also, to use player.chat, you need an equals sign as such:
    PHP Code:
    player.chat "hi";
    sleep (3);
    player.chat "how are you?";
    ...
    ... 
    and so on.
    Yup, I would use a message instead though, it looks nicer.
    Have not used it in a while but I think it's
    PHP Code:
    say2(".."); 
    And you can find more about it here, http://www.graal.net/index.php/Creat.../Script/Client .
    Good Job, and good luck.
    Noof was here.

Posting Permissions

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