Hi,
How does a reference of a reference work?
Let's say I have weapon list:
Which I then reference:
And reference again:
Does it means I will get 25 (5*5) items from Weapons or just 5?
Thanks
How does a reference of a reference work?
Let's say I have weapon list:
Code:
Weapons,,,
Weapon_Gauss_Gauss_1-M7,Weapon,1,10
Weapon_Laser_LargeLaserER_1-Blankenburg25,Weapon,1,10
Weapon_Laser_LargeLaserPulse_1-Thunderbolt12,Weapon,1,10
Weapon_Laser_MediumLaserPulse_1-RakerIV,Weapon,1,10
Code:
All_Weapons,,,
Weapons,Reference,5,1
Code:
All_Stuff,,,
All_Weapons,Reference,5,1
Does it means I will get 25 (5*5) items from Weapons or just 5?
Thanks