Code: Select all
def = cubescoutlightning,
Same with
Code: Select all
weapons = {
{
def = "cubescoutlightning",
},
},
--
weapons = {
def = cubescoutlightning,
},
--
weapons = {
def = "cubescoutlightning",
},
Code: Select all
weapons = {
"cubescoutlightning",
},