 |
zyran Beginner
Joined: 16 Apr 2003 Posts: 17 Location: USA
|
Posted: Mon Jun 14, 2004 11:54 pm
triggers won't go into assigned classes |
I've saved my system to a text file and now when I copy and paste it in triggers with #cond after it won't go to the classes that are assigned to them. I'm hopeing it's some kind of setting that I need to change in zmud but here's what's going on. This is one of the triggers that won't go to the class assigned.
#TRIGGER "hypersomnic" {@hypersomnic=1} {#var activeh confused;#if ((@pb=1) & ((@sleep & @stun)=0)) {outr ash;eat ash} {#state hypersomnic 0;#t- a22;#var activeh ""}} "herbafflictions|ash|a22" {loopexp|param=1}
#COND {} {} {wait|param=1000}
The trigger is supposed to go into the class a22 which is in the class ash which is in the class herbafflictions. But instead it's in no class and I have to manually put it there. I have about 50 triggers like this one and it's been a while since I made my system and was hopeing to find out if anyone new of an easier way then manually putting them back in place? |
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Jun 15, 2004 4:04 pm |
"when I copy and paste it in triggers"
It sounds like you are pasting the copied script into the Settings Editor, probably as the Value of a trigger. Don't do that. Paste it into your regular command line. |
|
|
 |
|
|