In the next cornucopia release I want to include scripts for Arpharazons traps.
I though I could do something myself but I can't ![]()
I am trying to trigger one to start animating like this:
In the next cornucopia release I want to include scripts for Arpharazons traps.
I though I could do something myself but I can't ![]()
I am trying to trigger one to start animating like this:
Not yet, but I plan to use at least one of them in a dungeon crawl.
You should also consider the traps which cannot be restarted... Blades coming out from walls could be neverending (with springs and weights for examples), but balls coming from the ceiling have to stay hanging after the trap has been fired. I use an integer variable "bAlreadyTriggered" for that: if it equals 0, it's not be triggered, so play the OPEN/ACTIVATE animation, and set bAlreadyTriggered to a non-zero value. If it's not equal to 0, then exit (the trap has worked already).
Thanks all I may give this some more time later.
Look like the scripts that Lance uses are pretty much similar to mine so I must be doing something else wrong. I have a rule though. If something is not critical to the plot, or how I must have things happen, it gets two hours, that's the lot ... move on.
My time at the PC get less and less and is too precious to spend a lot of time on things I do not really need.
To do justice to your time and responses I will give it one more go ![]()
Thanks all,
PJ