tin:target.tin

target.tin

target.tin
#var {target} {*man*}
#var {mount}  {pony}
 
#alias {tar} { setTarget %0 }
#alias {ta} { setTarget %0 }
#alias {tb} { setTarget *bear* }
#alias {td} { setTarget *dwarf* }
#alias {te} { setTarget *elf* }
#alias {th} { setTarget *hobbit* }
#alias {tm} { setTarget *man* }
#alias {to} { setTarget *orc* }
#alias {tt} { setTarget *troll* }
 
#alias {setTarget} {
  #if {"%1" == ""} {
    #echo {<f437AED>$target<099> set to: <f7C4DFF>$target<099>}
  } {
    #var {target} {%0};
    #echo {<f437AED>$target<099> set to: <f7C4DFF>$target<099>}
  }
}
 
#alias {de} {
  label dead;
  setTarget dead
}
#alias {kt} { kill $target; #echo {kill $target} }
 
#alias {setMount} {
  #if {"%1" == ""} {
    #echo {<f437AED>$mount<099> set to: <f7C4DFF>$mount<099>}
  } {
    #var {mount} {%0};
    #echo {<f437AED>$mount<099> set to: <f7C4DFF>$mount<099>}
  }
}
 
#alias {mo} { setMount %0 }
#alias {wm} { where $mount; #echo {where $mount} }
#alias {tt} { track $mount; #echo {track $mount} }
#alias {wt} { where $mount; #echo {where $mount} }
 
#alias {mt} {
  #var {mount} {$target};
  #echo {<f437AED>$mount<099> set to: <f7C4DFF>$mount<099>}
}
 
#alias {k} {
  #if { "%0" == "" } {
    kill $target; #echo {kill $target}
  };
  #else {
    kill %0; #echo {kill %0}
  };
}
  • tin/target.tin.txt
  • Last modified: 2022-09-11 14:33
  • by Admin