Creating custom weapons - VScript: Difference between revisions
From TF2 Classified Wiki
More actions
mNo edit summary |
→Table and collector method: teeny tiny spelling mistake |
||
| Line 64: | Line 64: | ||
} | } | ||
</pre> | </pre> | ||
It also doesn't need an attribute class either, since the | It also doesn't need an attribute class either, since the VScript only uses the attribute's name, so ideally you shouldn't have an attribute class on vscript attributes. | ||
== Direct hook method == | == Direct hook method == | ||