#(roostyk) Problem in script
71 messages · Page 1 of 1 (latest)
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>
!paste
Help us help you by pasting your script to https://paste.denizenscript.com/New/Script and linking it back here.
Use the paste site, Discord messes up formatting
That's a file upload, please use the paste site ^
Content of Denizen Script Paste #113338: Unnamed Denizen Script Paste... pasted 2023/08/04 16:19:26 UTC-07:00, Paste length: 508 characters across 12 lines, Content: walk_speed: type: world
there are a few things in your script that need fixing, but i'll start with the first thing for now: there is no such thing as <PlayerTag..... this is a common misunderstanding and is easily solved by replacing the word PlayerTag with simply player.
good
secondly, if i understand correctly (please correct me if i'm wrong), you seem to be trying to check the walk speed on line 6. however, the tag you are using (walk_speed), does not take any input. take a look at this guide page about using an if statement to check if two things equal each other
you also have a few indentation errors that would need fixing. most notably on line 13
Input argument must be a link to https://paste.denizenscript.com/New/script.
er
Content of Denizen Script Paste #113338: Unnamed Denizen Script Paste... pasted 2023/08/04 16:19:26 UTC-07:00, Paste length: 508 characters across 12 lines, Content: walk_speed: type: world
On line 1: Invalid YAML! Error message: While parsing a block mapping, did not find expected key.
On line 12: Script section within command is empty (add contents, or remove the section).
On line 6, 8, 10: Simple spacing error - shrunk unexpectedly to new space count, from 10 down to 8, while expecting any of: 0, 2, 4.
On line 7, 9, 11: Spacing grew for no reason (missing a ':' on a command, or accidental over-spacing?).
On line 9: Don't use the section symbol for color codes, instead use tags: like <&c>, <red> or <&color[red]>.
On line : (Statistics) Total structural lines: 3
On line : (Statistics) Total live code lines: 9
On line : (Statistics) Total comment lines: 0
On line : (Statistics) Total blank lines: 0
There are 4 lines that were merged into other lines.
But, where can I find all the info by type: <player.name > , <player.in_fire> , <player.health> . . .
!s playertag.
[Partial Name Match] !Tag playertag.ip, !Tag playertag.xp, !Tag playertag.job, !Mechanism playertag.name, !Mechanism playertag.skin, !Tag playertag.uuid, !Tag playertag.ping, !Tag playertag.time, !Tag playertag.town, !Mechanism playertag.level, !Mechanism playertag.is_op, !Tag playertag.money, !Tag playertag.is_op, !Mechanism playertag.noclip, !Mechanism playertag.vision, !Mechanism playertag.flying, !Mechanism playertag.is_afk, !Mechanism playertag.vanish, !Tag playertag.target, !Tag playertag.groups, !Tag playertag.locale, !Tag playertag.entity, !Tag playertag.is_afk, !Tag playertag.nation, !Mechanism playertag.respawn, !Mechanism playertag.can_fly, !Mechanism playertag.send_to, !Tag playertag.can_fly, !Tag playertag.weather, !Tag playertag.faction, !Mechanism playertag.send_map, !Mechanism playertag.gamemode, !Mechanism playertag.location, !Mechanism playertag.spectate, !Mechanism playertag.god_mode, !Mechanism playertag.is_muted, !Tag playertag.in_group, !Tag playertag.gamemode, !Tag playertag.xp_level, !Tag playertag.xp_total, !Tag playertag.bigdoors, !Tag playertag.god_mode, !Tag playertag.has_home, !Tag playertag.is_muted, !Tag playertag.mcmmo.xp, !Tag playertag.has_town, !Mechanism playertag.item_slot, !Mechanism playertag.fly_speed, !Mechanism playertag.sprinting, !Mechanism playertag.show_demo, ...
it is all on the docs
!s
!s player
[Perfect Name Match] !Tag player,
[Partial Name Match] !ObjectType playertag, !Command playerpoints, !Tag playertag.ip, !Tag playertag.xp, !Event player chats, !Event player joins, !Event player jumps, !Event player quits, !Event player walks, !Event player muted, !Tag playertag.job, !Event player jailed, !Mechanism playertag.name, !Mechanism playertag.skin, !Tag playertag.uuid, !Tag playertag.ping, !Tag playertag.time, !Tag server.players, !Tag playertag.town, !Mechanism playertag.level, !Mechanism playertag.is_op, !Tag playertag.money, !Tag playertag.is_op, !Tag queuetag.player, !Event player prelogin, !Event player goes afk, !Mechanism playertag.noclip, !Mechanism playertag.vision, !Mechanism playertag.flying, !Mechanism playertag.is_afk, !Mechanism playertag.vanish, !Tag chunktag.players, !Tag playertag.target, !Tag playertag.groups, !Tag playertag.locale, !Tag playertag.entity, !Tag worldtag.players, !Tag playertag.is_afk, !Tag playertag.nation, !Event entity tamed, !Mechanism playertag.respawn, !Mechanism playertag.can_fly, !Mechanism playertag.send_to, !Tag npctag.engaged, !Tag playertag.can_fly, !Tag playertag.weather, !Tag scripttag.step, !Tag jobsjobtag.player, !Tag playertag.faction, ...
!s walk
[Perfect Name Match] !Command walk,
[Partial Name Match] !Event player walks, !Mechanism playertag.walk_speed, !Tag playertag.walk_speed, !Event player walks over notable,
[Semi-Strong Match] !Command break, !Action begin navigation, !Action complete navigation, !Event crackshot landmine triggered,
[Semi-Decent Match] !Command showfake, !Language /ex command, !Mechanism playertag.noclip, !Language proximity triggers, !Mechanism entitytag.step_height, !Tag entitytag.step_height, !Property entitytag.step_height, !Tag locationtag.is_passable, !Event entity enters|exits area,
[Just Barely Matched] !Command engage, !Command disengage, !Command statistic.
!s playertag.step
[Partial Synonym Match] !Tag entitytag.step_height.
!s step
[Partial Name Match] !Tag scripttag.step, !GuidePage your first steps, !GuidePage the ex command, !GuidePage your first tags, !Mechanism entitytag.step_height, !Tag entitytag.step_height, !Property entitytag.step_height, !Event entity steps on block, !Event player steps on block, !Tag scripttag.default_step, !GuidePage your first task script, !GuidePage your first world script, !Tag scripttag.step_expiration, !GuidePage setting up your script editor, !GuidePage setting up a local test server, !GuidePage solving problems you encounter,
[Perfect Synonym Match] !Command zap,
[Semi-Decent Match] !Command rotate, !Command bungeetag, !Language flag system, !Language chat triggers, !Language interact script containers, !Language assignment script containers, !Tag materialtag.block_sound_data,
[Just Barely Matched] !Command debug, !Command determine.
!s stop
[Perfect Name Match] !Command stop,
[Partial Name Match] !Event raid stops, !Action stop fishing, !Mechanism playertag.stop_sound, !Event player toggles flying, !Event player stops damaging block, !Event player stops spectating entity, !Event entity toggles|starts|stops gliding, !Event entity toggles|starts|stops swimming, !Event player toggles|starts|stops sneaking, !Event player toggles|starts|stops sprinting,
[Semi-Strong Match] !Command sneak, !Command nbs, !Event arikeys key released, !Event mythickeys key released, !Event player tracks|untracks entity, !Event thunder changes|begins|clears, !Event player raises|lowers|toggles item,
[Semi-Decent Match] !Command stand, !Command fly, !Command push, !Command walk, !Action chat, !Command follow, !Command rotate, !Command queue, !Command while, !Command repeat, !Command animate, !Command foreach, !Command webserver, !Command determine, !Command ratelimit, !Command clickable, !Tag &gradient, !Language /ex command, !ObjectType quaterniontag, !Mechanism server.restart, !Mechanism server.shutdown, !Tag queuetag.state, !Language tag fallbacks, !Language raid event data, !Tag queuetag.is_valid, !Mechanism entitytag.fire_time, !Mechanism locationtag.jukebox_play, !Language /denizen debug command, !Language script event after vs on, !Language the global if argument, !Mechanism playertag.fake_equipment, !Language command script containers, ...
!s player.stop
Did you mean to search for playertag?
!s playertag.stop
[Partial Name Match] !Mechanism playertag.stop_sound.
[Perfect Name Match] !ObjectType playertag,
[Partial Name Match] !Tag playertag.ip, !Tag playertag.xp, !Tag playertag.job, !Mechanism playertag.name, !Mechanism playertag.skin, !Tag playertag.uuid, !Tag playertag.ping, !Tag playertag.time, !Tag playertag.town, !Mechanism playertag.level, !Mechanism playertag.is_op, !Tag playertag.money, !Tag playertag.is_op, !Mechanism playertag.noclip, !Mechanism playertag.vision, !Mechanism playertag.flying, !Mechanism playertag.is_afk, !Mechanism playertag.vanish, !Tag playertag.target, !Tag playertag.groups, !Tag playertag.locale, !Tag playertag.entity, !Tag playertag.is_afk, !Tag playertag.nation, !Mechanism playertag.respawn, !Mechanism playertag.can_fly, !Mechanism playertag.send_to, !Tag playertag.can_fly, !Tag playertag.weather, !Tag playertag.faction, !Mechanism playertag.send_map, !Mechanism playertag.gamemode, !Mechanism playertag.location, !Mechanism playertag.spectate, !Mechanism playertag.god_mode, !Mechanism playertag.is_muted, !Tag playertag.in_group, !Tag playertag.gamemode, !Tag playertag.xp_level, !Tag playertag.xp_total, !Tag playertag.bigdoors, !Tag playertag.god_mode, !Tag playertag.has_home, !Tag playertag.is_muted, !Tag playertag.mcmmo.xp, !Tag playertag.has_town, !ObjectType vivecraftplayertag, !Mechanism playertag.item_slot, !Mechanism playertag.fly_speed, ...
!s playertag.step
[Partial Synonym Match] !Tag entitytag.step_height.
!s step
[Partial Name Match] !Tag scripttag.step, !GuidePage your first steps, !GuidePage the ex command, !GuidePage your first tags, !Mechanism entitytag.step_height, !Tag entitytag.step_height, !Property entitytag.step_height, !Event entity steps on block, !Event player steps on block, !Tag scripttag.default_step, !GuidePage your first task script, !GuidePage your first world script, !Tag scripttag.step_expiration, !GuidePage setting up your script editor, !GuidePage setting up a local test server, !GuidePage solving problems you encounter,
[Perfect Synonym Match] !Command zap,
[Semi-Decent Match] !Command rotate, !Command bungeetag, !Language flag system, !Language chat triggers, !Language interact script containers, !Language assignment script containers, !Tag materialtag.block_sound_data,
[Just Barely Matched] !Command debug, !Command determine.
!s playertag.walk
[Partial Name Match] !Mechanism playertag.walk_speed, !Tag playertag.walk_speed.
https://meta.denizenscript.com/Docs/Tags#playertag Be aware you can also use the tags page and select specific tags at the top.
Tag List
I haven't found anything related to walking and stopping, is there any way to track them?
Why not work? 😦
Post your current script please
@stone shard
Content of Denizen Script Paste #113363: Edit of paste 113346: Unnamed Denizen Script Paste... pasted 2023/08/05 03:22:18 UTC-07:00, Paste length: 252 characters across 7 lines, Content: running_anim: type: world
Thread closed as resolved.
Thread was manually reopened by @worthy hawk.
Thread is now a Help/Support thread. A helper will check your thread when available.
/helpthread
Thread is now a Help/Support thread. A helper will check your thread when available.
@spring cliff
Thread was closed either automatically by timeout or by the Discord manual close button. If closing was intentional, please use </resolved:1028673926114594866> or </invalid:1028673926898909185>.
Thread closed as invalid.
!rule 3
Don't ping for help. https://denizenscript.com/discord_rules#rule3
"Pinging" refers to using an @ to alert somebody to your post.
Generally only ping somebody if your message is very specifically directed at them (meaning, only that person has anything to do with the information in your message, and it would be confusing who it was for without the ping).
If you're asking a question, please just make a forum post and ask.
If you have a bug report or a feature request, please just make a forum post about it.
If this is pulled up for you by a helper, your ping was unneeded.
If you're arguing about it, you're wrong.
Thread was manually reopened by @stone shard.
Not needed yet
okay :)
Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.
If not yet resolved, please reply below to tell us what you still need.
(Note that if there is no reply for a few days, this thread will eventually close itself.)
@spring cliff