Thread: Level to yell

Results 1 to 3 of 3
  1. #1 Level to yell 
    sriyegna
    Guest
    How do i make it so you need your strength or combat to be 50 to use the ::yell command?
     

  2. #2  
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    in the yell command, its like if(playerLevel[stat#here] >= 50) {
     

  3. #3  
    Registered Member

    Join Date
    Jun 2007
    Posts
    2,237
    Thanks given
    267
    Thanks received
    411
    Rep Power
    1283
    Quote Originally Posted by Thakiller View Post
    Dont know, but why would you?
    nice Spam.

    Code:
    if(playerLevel[2] >= 50 || combatLevel >= 50)    {
        //Yell stuff here
    } else {
        sendMessage("You need a Strength or Combat Level of 50 to Yell!");
    }
    Don't worry, Be happy.
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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