so the problem is, im trying to use a csv spreadsheet thats is a weapon database, with information like weapon name, attack dmg, element type, and fx that go with it.
i need a way that on weapon selected, i can get the current equiped weapons´s other stats, like attack dmg and fx etc. and use it somewhere else with just one expression.
below is where i cant get at.
right now i can select the weapon name at x with a variable.
and even change the fx with the same variable(although im using an object, so its easy), but how do i go about getting the weapons attack and other stats?
for ex:
weapon» on collision with enemy» subtract current weapon.array.at( something, something)...
is this right ?