PrestoPimp Apprentice
Joined: 18 Sep 2001 Posts: 175 Location: USA
|
Posted: Fri Sep 19, 2003 2:12 am
Re-Enabling a Class Folder Problem |
Okay, I have an alias that goes as follows:
[blue[#ALIAS hsalarm {#T+ hitstay
#ALARM +60 {#IF (@currentplayer<>nohbohdy) {
say You have waited more than 1 minutes to respond, defaulting to stay.
playerstays
} {dolose}}}
Then I got a command inside of a trigger that goes something like..
#IF (@playertotal<=21) {
say Your total is @playertotal
hsalarm
} {}[/blue]
Now the problem is, if the command in the trigger is executed for a second or more time.. the alarm will be setup.. but it will not enable the class folder. Does anyone know what the problem could be?
Thanks. |
|