Search results

  1. veddnt

    [GUIDE] Random NPC dialogue

    Heya, in this guide i will not be covering how to spawn npc/entity. This guide will help you create(send) random NPC dialogue, let's get started. Raw code- Player event( Chat msg.) -> If player name equals( Your ign) -> If player msg equals( @Generate-Arrays) -> Create Array( NPC-Dialogue, add...
  2. veddnt

    [GUIDE] Code @mail (player) (msg.) + @Inbox & @deleteAll

    I don't have discord, you can talk w/ me using forums or make a thread regarding your problem
  3. veddnt

    [GUIDE] Code @mail (player) (msg.) + @Inbox & @deleteAll

    UPDATE 0.2 + @mail-help I am planning to add a gui based mail system just like "/mailgui"
  4. veddnt

    [GUIDE] Code @mail (player) (msg.) + @Inbox & @deleteAll

    i quit playing minecraft, i can only help in text
  5. veddnt

    [GUIDE] @rename to help rename items

    won't ya just rename the var? i don't think 2 arrays w/ same name can exists, only one can.
  6. veddnt

    [GUIDE] Code @mail (player) (msg.) + @Inbox & @deleteAll

    meh, ¯\_(ツ)_/¯ Maybe someone can find it helpful :D
  7. veddnt

    [GUIDE] @rename to help rename items

    Didn't knew that, thanks for the info
  8. veddnt

    [GUIDE] Code @mail (player) (msg.) + @Inbox & @deleteAll

    this was supposed to be a guide... Meh anyways use split text
  9. veddnt

    How to code lose game when ur egg is boom boom by enemy

    run a loop checking if block location = your egg, if not then end gmae
  10. veddnt

    [GUIDE] Code @mail (player) (msg.) + @Inbox & @deleteAll

    UPDATE 0.1 + Check to see if a player mail exists.
  11. veddnt

    [GUIDE] Code @mail (player) (msg.) + @Inbox & @deleteAll

    RAW CODE Player event( Join) -> If variable NOT exists[ (%player%_Mail) -> Set variable( %player%_Mail = True) -> Send msg.(&aYou have been automatically registered to our Ingame mail service!&r @mail-help for more information.) Player event( Chat msg.) -> Split text[ Player msg.{...
  12. veddnt

    [GUIDE] Code @mail (player) (msg.) + @Inbox & @deleteAll

    Below is the code written in a format used by most of the coding language's, it is to avoid confusion and ease of read. Those who don't like it can scroll down and see the raw code. # Player event: Join Player event(Join) -> # Check if the %player%_Mail variable does not exist If...
  13. veddnt

    [GUIDE] @rename to help rename items

    # Player sends a message Player action(send message) -> Set variable(%player%msg(var) - Message sent(apple var)) # STEP 2: Parsing the message to get the name and command # Split the text into characters Split text into characters - ( First slot(%player%command(var)) Second...
  14. veddnt

    Creative+ How can I clear all placed blocks by a player after ending a game?

    just send the error message or a code ss, who tf am i gonna know hwat thing you messed up
  15. veddnt

    How to code gun?

    uh player event( dmg. by projectile) -> if type equlas( snowball) -> damage player( amount you want)
Top