08-17-2009, 10:02 AM
no, thats the on fail parmeter i believe. not the 'action' to take.
I need help with a simple triggered event
|
08-17-2009, 10:02 AM
no, thats the on fail parmeter i believe. not the 'action' to take.
08-17-2009, 10:05 AM
GetEvField gets the value into a variable. What you want is something like this:
Code: TrigEvent:GetEvField(/cqsl.fldval/val, LVar:State); So you get the new field value into LVar:Start. If it's True, set a variable to zero, else to one hundred, then write that value to the lighting field. Watch the logs to see what's going on. I'm pretty sure you would have seen an error above about the second parameter to GetEvField not being a valid variable.
Dean Roddey
Explorans limites defectum
08-17-2009, 10:41 AM
Thanks! I will try this tonight.
08-17-2009, 04:49 PM
This worked! Thank you. And I learned alot too.
|
« Next Oldest | Next Newest »
|