|
Samus Novice
Joined: 01 Jan 2003 Posts: 32
|
Posted: Tue Apr 20, 2004 4:12 pm
#PR |
#PR assassinate "Assassinate Who?" ""
#ALIAS assassinat {
assassinate @assassinate
}
this trigger works, but I was wondering if someone can tell me how to make it so when I press the button it will display "assassain..." and than if I type in the command line
"drid flig dang"
it will store all of them in the assassinate variable and when I type assassinat it will display
assassinate drid
assassinte flig
assass dang
thanks for your help |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Apr 20, 2004 5:43 pm |
#PR assassinate "assassain..."
#AL assassinat {assassinate %word( @assassinate, 1);#IF (%numwords( @assassinate) > 1) {assassinte %word( @assassinate, 2)};#IF (%numwords( @assassinate) > 2) {assass %word( @assassinate, 3)}} |
|
|
|
|
|