Is there a way to have nested types? Such as
Type player
Field w.weapon
End Type
After making a bunch of players each with multiple weapons, how would i go about accessing the weapons of just a certain player. I cant seem to find a way to find just p\w.weapon instead of every w.weapon. Can somebody help?
Type player
Field w.weapon
End Type
After making a bunch of players each with multiple weapons, how would i go about accessing the weapons of just a certain player. I cant seem to find a way to find just p\w.weapon instead of every w.weapon. Can somebody help?