function DidYouCopyNPaste takes nothing returns nothing
call BJDebugMsg("Did you Copy'n'Paste?")
if GetMemberAnswer(Arthail) == "No" then
call BJDebugMsg("It looks awesome!")
elseif GetMemberAnswer(Arthail) == "Yes" then
call BJDebugMsg("Do not copy'n'paste on skins!")
endif
endfunction