Navigation

    CCBlueX Forum

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

    How to make a water shadow prompt script

    General Discussion
    2
    2
    32
    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.
    • PVP Azure
      PVP Azure last edited by

      Every 5 minutes, a message "Hi" will be sent in the chat bar, only you can see it

      1 Reply Last reply Reply Quote 0
      • CzechHek
        CzechHek last edited by CzechHek

        module = {
            name: "Prompt",
            onLoad: function () {
                timer = interval(5000, function () {chat.print("Hi")});
            },
            onUnload: function () {
                timer.cancel();
            }
        }
        
        script.import("Core.lib");
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors