Search results

  1. H

    Repeat for block

    there is a repeat for block. i think it's repeat for items in list, with params of (counter variable, list to go through)
  2. H

    More Game Settings (such as Enabling Spawn Eggs)

    the beacon one is very easy to code! player event join repeat forever () { wait (80) if player is near ((beacon loc), 10+(beacon layers)) { player action give potion ((effect), particles=ambient) } } idk, someone smarter than me could make a script checking for lit beacons.
  3. H

    Really bad idea

    you can actually do that, but only in a game entirely in a chest gui. close inv event > cancel event
  4. H

    Make emporer and mythic not suck?

    you clearly spend zero time coding. emperor is probably the best rank for coding other than the expensive ah overlord, unlocking chest guis and holograms, both of which are VERY useful.
  5. H

    Test plots

    if u have either a rank or 25 tokens, u can get a basic plot (i named mine "random stuff plot") to test stuff on.
  6. H

    gates

    and gate: if a { if b { do thing } } or gate: if a { do thing, c=1 }, if b { if c=0 { do thing } } xor gate: if a { c=1 }, if b { d=1 }, if not c=d { do thing } nand gate: if not a { do thing, c=1 }, if not b { if c=0 { do thing } } nor gate: if not a { if not b { do thing } } xnor gate: if a {...
  7. H

    What's your favorite plot and why?

    Fight or Die personal bias
  8. H

    Something I found

    The donator ranks spell out OMEN Overlord Mythic Emperor Noble (non)
  9. H

    "Random Plot" option

    It only goes to plots that have someone on them (so empty plots are only included if someone is there)
  10. H

    "Random Plot" option

    Goes to a random unwhitelist plot that has someone on it. Useful when you're bored and don't know what to do
  11. H

    Help with inventory menus

    player event: click menu slot -> if variable: event clicked slot item != gui elements { game action: uncancel event }
  12. H

    Attempting to increment variable

    Set Variable: Add Numbers Sets a variable to a number + another number. Set Variable: Increment Sets a variable to itself + a number.
  13. H

    add more stuff for emperor and noble

    breh emperor: - holos - chest guis - commands - a lot more stuff
  14. H

    How do I keep slimes from splitting?

    When a slime dies, it spawns 2-4 more of half its size. But I don't want that to happen!
  15. H

    If Player: Within Region

    Params: 2 Locations (region corners) If a player is within a region, do something.
  16. H

    How do I use "send message"?

    *facepalm* /txt (whatever u want it to say) put in the chest
  17. H

    free ranks

    is this a scam?
  18. H

    Smithing templates are the best thing mankind has created

    jokes on you, smithing tables are a thing
Top Bottom