how can i detect what weapons the player has ? that way i can remove them. basically iv built a buy menu and i need to check which weapon the player has and when he purchases the new weapon remove it.
would i do something like make a .float and store owep? and if owep = it_wep self.items = self.items && self.items - owep? or something?