| 07-30-2006, 07:10 PM | #2 |
Are any other triggers using the variable Web? |
| 07-30-2006, 07:28 PM | #4 |
Add this to the beginning of the actions: Trigger: Custom Script: local effect udg_web |
| 07-30-2006, 07:38 PM | #5 |
When I include this "Custom Script: local effect udg_web" at the beginning of my actions, do I need to remove anything from my trigger, or just insert that in at the top and leave it as is? I'm just not sure what this is intended to do. |
| 07-30-2006, 07:46 PM | #6 |
Just "Custom Script: local effect udg_Web" at the beginning. |
| 07-30-2006, 07:49 PM | #7 |
I tried that, it gives me an error saying "expected a code statment" and disables the trigger. |
| 07-30-2006, 09:03 PM | #8 |
Did you put it in the very start of the trigger? |
| 07-30-2006, 11:38 PM | #9 |
Heh, well right after a "turn this trigger off" But I think that may solve the problem... I think that the spell was triggering multiple times because it was a moving projectile and it didn't turn off on impact... My theory is that the spell was hitting the same target more then once occasionally, thus creating 2 web effects on the same target... Hopefully my trigger off, will fix this problem. |
| 07-30-2006, 11:41 PM | #10 |
You're supposed to make it the very first line in actions, before anything else, then it will work |
