Originally posted by ManlikeKami
Was wondering what the difference between the commands 'set' and 'seta', they both seem to be used for the same options for example:
seta loc_warnings "0"
set loc_warnings "0"
Just wondering
seta means that your setting a sub section (such as a title to the a value)
EX. vstr a (which means the a menu) seta loc_warnings "0"
set means that your setting the function, in this case you would use this as a normal thing to be used when you start the game.
EX. set scr_dm_score_kill "2500000" (sets the score per kill to 2500000 in free-for-all)