Module:GetRandomCreature

From Caves of Qud Wiki
Revision as of 20:29, 15 June 2019 by Teamtoto (talk | contribs) (Made a better page to test scripting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:GetRandomCreature/doc

local p = {}
function p.hello(frame)
    return 'Hello, my ' .. frame.args[1] .. ' is ' .. frame.args[2]
end
return p