Navigation

    CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Minemora glide

    Scripts
    core fly minemora glide
    2
    1
    191
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • notautismatall
      notautismatall last edited by notautismatall

      Glide for Minemora
      Showcase
      Core.lib

      ///api_version=2
      (script = registerScript({
          name: "MinemoraGlide",
          authors: [""],
          version: "1.0"
      })).import("Core.lib");
      
      module = {
          category: "Movement",
          description: "Glides on Minemora.",
          onMotion: function (e) {
              mc.thePlayer.motionY = -0.0784;
          }
      }
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post