Open main menu
Home
Random
Log in
Settings
About Melvor Idle
Disclaimers
Search
Module:Icons: Difference between revisions
Module
Discussion
← Older edit
Newer edit →
Module:Icons
(view source)
Revision as of 14:04, 22 June 2024
253 bytes removed
,
22 June
Remove deprecated functions that directly use GP/SC/GC
Revision as of 21:10, 21 June 2024
(
view source
)
Ricewind
(
talk
|
contribs
)
No edit summary
← Older edit
Revision as of 14:04, 22 June 2024
(
view source
)
Ricewind
(
talk
|
contribs
)
(Remove deprecated functions that directly use GP/SC/GC)
Newer edit →
Line 1,177:
Line 1,177:
return tostring(html)
return tostring(html)
end
function p.GP(amt, maxamt)
return p._Currency('melvorD:GP', amt, maxamt)
end
function p.SC(amt, maxamt)
return p._Currency('melvorD:SlayerCoins', amt, maxamt)
end
function p.RC(amt, maxamt)
return p._Currency('melvorD:RaidCoins', amt, maxamt)
end
end
Ricewind
2,875
edits