#Using Placeholders in options & configurations

1 messages · Page 1 of 1 (latest)

daring meteor
#

I noticed that I can't use Placeholders in model_data, slot and Has money requirements

gentle oak
#

model_data and slot don't support it, though has money should, you just need to put it inside " "

daring meteor
#

i checked and check money didn't work

gentle oak
#

send your menu file

gentle oak
#

?paste

proud cypressBOT
#
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

daring meteor
gentle oak
#

/papi parse me %skillcardsystem_card_NightVision_price%

#

and /papi parse me %vault_eco_balance%

daring meteor
#

This just outputs a message to the chat. What should I do about it?

gentle oak
#

and the requirement still goes through?

#

maybe try ```yml
type: ">="
input: "%vault_eco_balance%"
output: "%skillcardsystem_card_NightVision_price%"

daring meteor
#

Yes, it's working now. Thank you