#quick question
1 messages · Page 1 of 1 (latest)
nope i have no clue
i have
no u havent
just didnt paste that part
well thats why thats running
because its testing the first argument
then running everything else because they arent in an argument
if (result.selection === 2){ source.runCommandAsync('tell @p[scores={money=..1500}] §cYou dont have the funds for this!')
source.runCommandAsync('playsound random.orb @p[scores={money=1500..}]')
source.runCommandAsync('give @p[scores={money=1500..}] experience_bottle 64 ')
source.runCommandAsync('scoreboard players remove @p[scores={money=1500..}] money 1500')}
like that?
yea
format that tho
u can right click and press format documentation or smthin like that
do u know what lexucak declarations cant appear in single statement context means
no clue
ok
lexical definitions are const, let, and var which are use to define variables
if (hello === 3) const hello = 5;
It throws because you literally cant access it