scope GasActionRifle import ObjEditingNatives @compiletime function create_w3t_I003 takes nothing returns nothing let u = createObjectDefinition("w3t", 'I003', 'rde4') u.setString("iabi", "AIsx") u.setString("iico", "ReplaceableTextures\\CommandButtons\\BTNRifle01.blp") u.setInt("igol", 150) u.setString("ides", "Causes attacks to occur in rapid-fire automatic mode.") u.setString("unam", "Gas-action Rifle") u.setString("utip", "Purchase |cff999999Gas-action Rifle|r") u.setString("utub", "Provides a fully-automatic firing mode.|n |n|cffffcc00Fire Rate:|r 4 rounds per second") u.setInt("istr", 0) u.setInt("ubpx", 2) end endscope