Configuration
ByYoSe = {}
ByYoSe.Config = {}
ByYoSe.Config.Locale = 'fr' -- locale for the script (fr, en)
ByYoSe.Config.Ammo = 10 --// It assigns a value
ByYoSe.Config.Item = 'mortier'
ByYoSe.Config.Language = {}
ByYoSe.Config.Language['fr'] = {
text = '~INPUT_ATTACK~ pour lancer le mortier. \n %s Quantité \n Jeter ~INPUT_LOOK_BEHIND~'
}
ByYoSe.Config.Language['en'] = {
text = 'Press ~INPUT_ATTACK~ to fire the mortar. \n %s quantity. \n Discard ~INPUT_LOOK_BEHIND~',
}
function getSetence(id)
return ByYoSe.Config.Language[ByYoSe.Config.Locale][id]
end
Dernière mise à jour