#need help

1 messages · Page 1 of 1 (latest)

bitter cedar
#

1 sec

#

@wintry pollen

#

for (const raceTag of RACE_TAGS) {
if (player.hasTag(raceTag.race)) {
const buff = raceBuffs[raceTag.race];
if (buff) buff(player);
}
}

#

for some reason its saying im not givign the races a string

#

but i am

wintry pollen
bitter cedar
#

i kinda cant

#

everything in that folder is typescript

#

so im converting it

#

wait actually let me try rq

wintry pollen
bitter cedar
#

no but im learning

#

i always get stuck where [ ] ] are placed

#

in the script it confuses me

wintry pollen