Script error: The function "error" does not exist.
local p = {} function p.pipeTest( frame ) arg = frame.args[1] if arg == "Text|Text" then local text = "Pipe" elseif arg == "Text{{!}}Text" then local text = "Fake Pipe" end return text end return p