Documentation for this module may be created at Module:Sandbox/Kid116/Reign2/doc
local p={} function p.sample(frame) v = 0 x = frame.args[1] or 0 if x then v = 1 else v = 2 end return v end return p