1 2 3 4 5
local vars = require('m_variables') m.OnModulesLoaded(function() print(vars.FormatString('?add(2,2)')) end)