|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Sun Aug 24, 2003 3:27 am
#temp that does not delete? |
Why does this #temp not delete after it fires?
#trigger {you fall asleep} {#temp[b] {*} {[b]#if "%1"="" {true} {false}}}
I got alot of true after testing, until loop detected.
IT does not matter what I change the ="" to it could be =0 and still does it. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Aug 24, 2003 6:28 am |
This is an old one. Temporary trigger do not automatically delete until after thier script completes. This is because the script would be removed from memory and unable to execute. So the trigger loop occurs because you have Trigger On Commands checked in the preferences and are outputting "true" which matches the pattern of "*".
|
|
|
|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Sun Aug 24, 2003 6:39 pm |
Yes it seems that this is the only one thst I have run across.
I will just have to figure out how to get around this.
Thank You |
|
|
|
|
|