Content deleted Content added
BrandonXLF (talk | contribs) No edit summary Tag: Reverted |
BrandonXLF (talk | contribs) Undid revision 1060234373 by BrandonXLF (talk) |
||
Line 5:
function getImage(frame, image)
if string.match(image, ".-%+.-") then
k, image = string.match(image, "(.-)+(.-)")
end
if true then
return image
|