#pathfinding while riding an entity

1 messages · Page 1 of 1 (latest)

storm scroll
#

dont use ai

white rose
regal delta
#

your brain

white rose
wheat niche
#

We’re here to help with code that you wrote, we don’t help with AI Code…

white rose
#

but the ting is im asking what to use insted of pathfinding and no one will say anything

#

like i wouldnt need to use ai if people would actually help??

#

@wheat niche please explain to me what im suposted to do if ai is the only thing that will give an answer?

#
    trigger:
        summon breeze at player
        set {tornado::%player%} to last spawned breeze
        set {tornado::%player%}'s scale attribute to 2
        make {tornado::%player%} invisible
        make player ride {tornado::%player%}
        while player's vehicle = {tornado::%player%}:
            set {_dir} to player's horizontal facing
            push {tornado::%player%} {_dir} with speed 1
            set {_v} to {tornado::%player%}'s velocity
            set {_v}'s vector yaw to player's yaw
            set {tornado::%player%}'s velocity to {_v}
            wait 10 ticks
        wait 30 seconds
        kill {tornado::%player%}```
winter gulch
white rose
white rose
#

like how is "i dont help people who use ai" 🤓 helping anyone?

winter gulch
#

read the docs

#

using ai then asking for help because it didnt work isnt allowed

white rose
#

It’s not that hard

winter gulch
#

dont ask for help when you use ai

white rose
#

Well how is this helpful

winter whaleBOT
#

It is recommended that you don't use AI agents for multiple reasons @white rose:


2) Blindly trusting code from any source is a bad idea, especially on production servers. Even if the code that was generated appears to work, you have no clue what vulnerabilities it introduces or fails to protect against.

3) Using AI to write your code takes away from your learning and doesn't challenge you to develop problem solving skills.```
While AI can be used as a tool, it is necessary to understand what it is doing and check any code it creates. Since this is a learning community, we want to support your personal growth. As a result, we don't allow generated content in our help channels ([Rule 8](<#welcome-to-skunity message>))