#Help

1 messages · Page 1 of 1 (latest)

rose narwhal
#

The item shows an error even if it has zero priority and the placeholder equals 5 but it does not. (skillmax)

calm wharf
#

on parsing with helpchat yaml parser 👆

rose narwhal
#

The point is that for some reason the view_requirement does not check whether %mycommand_playerdata_speedup% equals 5.

calm wharf
#

probably because it isnt aligned properly 🤔 could you update your config and send a new one

umbral skiffBOT
#
FAQ Answer:

Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
HelpChat Paste - How To Use

rose narwhal
calm wharf
#
           input: '%mycommand_playerdata_speedup%'
           output: '5'

does this not work with comparator type? try this

#

oh wait

#

its '=='

rose narwhal
#

no

calm wharf
#

what?

rose narwhal
#

Now the priorities do not work

rose narwhal
calm wharf
#

try lowering the 3rd item's priority (except 1 and 0)

rose narwhal
#

It should just go incrementally

calm wharf
#

it first checks the requirement of an item with high priority (0 is the highest) and if the player meets that specific requirement, it would show that item in the menu slot. but if it doesnt meet, it would continue to check for the next item (the item with priority less than 0 in this case). if it still doesnt meet then it would check for the next item (the item with priority less than the previous one in this case)