Search results

  1. H

    Programming How to read my text translations of DF code

    Part I: Blocks Player Events, Entity Events, Functions, and Proccesses (so the ones that start code lines) are written like this: Event Name (Parameters) #Tags > If Player, If Entity, If Game, If Variable, and Repeat blocks are written like this: Event Name (Parameters) #Tags { -- Stuff...
  2. H

    Custom Crafting for Nons

    First, make sure your plot crafting table is replaced with a barrel. This can be ignored if you have emperor and can use chest menus, but this is FOR NONS! Make sure to create a "recipe" item that will be used in the crafting "table" to craft your item. Then, add the following code to your...
  3. H

    How do I get the name of an item?

    title
  4. H

    Disable selector axe in /play

    This prevents any ranked player from breaking anything with a wooden axe, which could lead to rank gates that can only be bypassed without a rank.
  5. H

    two questions, how do you make a flower pot have a new flower in it and how do you make a baby zombie

    1) Game Action: Set Region (text: potted (whatever), loc: (pot location), loc: (pot location) (thx ARMcPro) 2) Entity Action: Set Baby (yes) {Last Spawned}
  6. H

    How do I make a menu in the player's inventory?

    i already figured it out withput reading
  7. H

    How do I make light in hand while holding certain items?

    For example, when holding a torch, you act as a light source.
  8. H

    My Player Sneak events don't work

    im just an idiot, i was using "is standing on portal frame" instead of "is near portal frame (1 block radius)" (i think is standing on doesnt work for blocks that dont go vertically all the way up)
  9. H

    My Player Sneak events don't work

    When I use a Player Sneak event, nothing happens
  10. H

    Fix "Show Title Text" item

    It says unlocked with emperor, but it's unlocked with noble
  11. H

    how do you make it so wait times dont stack

    Basically game loops (I used them at some point) Player Join >>> If Variable ([Player Count]) = 1 { Start Process (GameLoop) } Process (GameLoop) >>> Wait (. . . <arbitrary amount of time>) . . . <game loop>
  12. H

    playerevent.leave{gameaction.cancelevent()}

    When a player leaves, they get sent back If they disconnect then no shot
  13. H

    Count until refriz destroys us all

    Th3 format codes... 7hey're cr4zy!
  14. H

    Suggestion

    Tips on spawning item frames: Right click with an item frame in your hand.
  15. H

    Count until refriz destroys us all

    Three seventy two
  16. H

    Count until refriz destroys us all

    300+69 :)
  17. H

    Rank Guide

    Can you give a list of every codeblock unlocked by ranks?
Top Bottom