All public logs
Jump to navigation
Jump to search
Combined display of all available logs of UO Outlands Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:35, 5 November 2024 TheGmaster talk contribs created page Module:Logic (Created page with "local p = {} function p.If(frame) -- Checks if a logical statment is true local arg1 = frame.args[1] local valueIfTrue = frame.args[2] local valueIfFalse = frame.args[3] if arg1 == true then return valueIfTrue else return valueIfFalse end end function p.IfEqual(frame) -- Checks if two values are equal local arg1 = frame.args[1] local arg2 = frame.args[2] local valueIfEqual = frame.args[3] local valueIfNotEqual =...")