|
Orang Apprentice
Joined: 22 Jul 2004 Posts: 118 Location: USA
|
Posted: Thu Jul 22, 2004 3:52 pm
Ctrl-T for triggers |
Code: |
#VAR isTriggersOn {1}
#KEY {ALT-T} {#IF (@isTriggersOn=0) {isTriggersOn=1;#T- ""} {isTriggersOn=0;#T+ ""}}
|
or you can just use the #IGNORE command :P |
|
|
|
Orang Apprentice
Joined: 22 Jul 2004 Posts: 118 Location: USA
|
Posted: Thu Jul 22, 2004 4:14 pm |
oh and i want to give DS credit for this script... dont want him getting mad at me
|
|
|
|
worlo Newbie
Joined: 20 Jul 2004 Posts: 8
|
Posted: Fri Jul 23, 2004 5:09 pm |
Thank phanku for this :)
Code: |
#key {ALT-T} {#IF {%class("")} {#T- ""} {#T+ ""}}
|
untested but should work |
|
|
|
fightcancer Beginner
Joined: 01 Nov 2004 Posts: 17
|
Posted: Tue Nov 02, 2004 9:36 pm |
what are these macros for please?
|
|
|
|
Firey Wanderer
Joined: 30 Dec 2003 Posts: 61 Location: Norway
|
Posted: Wed Feb 09, 2005 11:36 am |
What about this?
#KEY Ctrl-t {#IG}
heh
that should work too... I usually just do #IG anyways, pretty easy.. |
|
|
|
Firey Wanderer
Joined: 30 Dec 2003 Posts: 61 Location: Norway
|
Posted: Wed Feb 09, 2005 11:37 am |
heh
#KEY {Alt-t} {#IG}
:P |
|
|
|
|
|