So I have two questions:
How may I change an item's name upon giving a player a weapon?
With SpawnWeapon(); I can't just use attribute...
PHP Code:
"2024"
{
"name" "item name text override"
"attribute_class" "item_name_text_override"
"attribute_type" "string"
"hidden" "1"
}
Because the attribute string is... a string and putting "2024 ; "ItemName"" doesn't make any sense at all.
Secondly, how can I add an attribute to a player's existing weapon? For example, depending on the player's disguise, I want to add the airdash attribute to their weapons (triple jump) and remove it otherwise. Would I really have to just remove their weapon, and SpawnWeapon again or can I append the attribute in some way?
__________________