scope Contract import ObjEditingNatives @compiletime function create_w3t_I002 takes nothing returns nothing let u = createObjectDefinition("w3t", 'I002', 'rde4') u.setString("iabi", "") u.setString("iico", "ReplaceableTextures\\CommandButtons\\BTNScroll.blp") u.setInt("igol", 80) u.setString("ides", "Grants a gold bonus when killing enemies.") u.setString("unam", "Contract") u.setString("utip", "Purchase |cff999999Contract|r") u.setString("utub", "Grants |cffffcc0050|r bonus gold when killing enemy Beasts.|n |n|cffffcc00Lesser Beast Bonus:|r 25") u.setInt("istr", 0) end endscope