question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I'm a Nooob (this is not that important)

See original GitHub issue

ok so like the title say’s I’m new to denizens so sorry if this is a basic mistake! but my Proximity Trigger is not working no errors in console its just not working, thanks. PS (take your time important)

Welcome:
    type: assignment
    interact scripts:
    - 1 help
    - 2 welcome

help:
    type: interact
    steps:
        1:

            chat trigger:
                1:
                    trigger: /Yes/
                    script:
                    - execute as_player "cc open Welcome.yml"

                2:
                    trigger: /No/,
                    script:
                    - chat "Okay, Well if you need help please come back."

                3:
                    trigger: /help/,
                    script:
                    - chat "Woops, Sorry do you need help?."
                    - chat "&2&lyes&7&l/&4&lNo"
                4:
                    trigger: /Hi/,
                    script:
                    - chat "Hello, can I help you?."
                    - chat "&2&lyes&7&l/&4&lNo"

                5:
                    trigger: /Hello/,
                    script:
                    - chat "oh,Hi do you need help?."
                    - chat "&2&lyes&7&l/&4&lNo"


welcome:
    type: interact
    steps:
        1:

           Proximity Trigger:
                entry:
                    Script:
                    - CHAT "Welcome, <player.name>!
                exit:
                    Script:
                    - CHAT "Goodbye, <player.name>!"

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mcmonkey4evacommented, Jun 10, 2016

Oh woops, didn’t spot that. Add 2 more spaces in front of proximity trigger: It needs to be aligned with chat trigger: It currently looks like this if put together:

            chat trigger:
           proximity trigger:
1reaction
mcmonkey4evacommented, Jun 10, 2016

Oh also, you can switch - chat "&2&lyes&7&l/&4&lNo" for - narrate "<&2><&l>yes<&7><&l>/<&4><&l>No" to make it look nicer.

Read more comments on GitHub >

github_iconTop Results From Across the Web

I'm a Noob - song and lyrics by Abtmelody - Spotify
Listen to I'm a Noob on Spotify. Abtmelody · Song · 2017.
Read more >
I'm a Fortnite Noob - TheFunSongs - Shazam
Listen to I'm a Fortnite Noob by TheFunSongs, 26673 Shazams.
Read more >
Head Noob in Charge | Red vs. Blue Wiki - Fandom
Head Noob in Charge is the fourth episode of The Blood Gulch Chronicles. ... Caboose: I'm not gonna get married. ... Church: It's...
Read more >
TheFunSongs - I'm a Fortnite Noob Lyrics | Musixmatch
Lyrics for I'm a Fortnite Noob by TheFunSongs. ... they call me Logan They say it's not fair I′m giving up ′cause my...
Read more >
It's not easy being a noob* | Bplans
It's not easy being a noob* ... So – I'm going to be posting a regular feature with a blog, web application, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found