CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Schneelein
    S
    • Profile
    • Following 0
    • Followers 1
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Schneelein

    @Schneelein

    0
    Reputation
    2
    Profile views
    1
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    Schneelein Unfollow Follow

    Latest posts made by Schneelein

    • scripting help for noobs xd

      so, ive tried to make a script to change the onground timer value to a different one than the inair value but ive got the problem that the value doesnt change with this code here:
      var Timer_Value = value.createInteger("Speed", 1, 1, 10);
      if(mc.thePlayer.onGround) {
      mc.timer.timerSpeed = Timer_Value;
      } else {
      if(!mc.thePlayer.onGround) {
      mc.timer.timerSpeed = 1;
      so im asking what is wrong or broken that it doesnt work

      posted in Scripts
      S
      Schneelein