scope CreateNetBuff import ObjEditingNatives @compiletime function create_w3h_B000 takes nothing returns nothing let u = createObjectDefinition("w3h", 'B000', 'Bslo') u.setString("ftip", "Net") u.setString("fube", "This unit is netted! It can barely move.") u.setString("ftat", "") u.setString("fart", "ReplaceableTextures\\CommandButtons\\BTNEnsnare.blp") end endscope