Jump to content

Need help fixing a script


ABVXYzackattack

Recommended Posts

Also, by the way, I have a quick question about something else, so lets not get too distracted with it...

I'm trying to make a laboratory assistant for another mod, and i needed sum help with an AI package. I want him to do the same package as the chik from the Shivering Isles, who takes notes as she watches the experiments, but when i saw her package for it, all it was was a UseItemAt package, but yet had no target object that she used. Would you know what she uses to take notes?

Link to comment
Share on other sites

If you use the scripteffectfinish block, you don't need the timer at all. On your high spell, add the magic effects you want and set the durations to 120. Also, add a script effect that also has a duration of 120. On the script effect, add a script that has a scripteffectfinish block that adds your withdrawal spell.

 

I don't know about your AI package question, sorry.

Link to comment
Share on other sites

The flying away part, no idea...

 

As for the AI, with the Use Item At, it's controlled by the Idle Manager. It has the appropriate idle (appearantly, taking notes) with a condition of that AI package running.

 

All "people" doing this (the cheering in Bruma (MQ), the statue and such) use an empty UseItemAt package. Somewhat deceptive, but when you take a look at the Idle Manager it all makes sense.

 

 

 

Lucifer

Link to comment
Share on other sites

Under Misc -> AnimObject the references are listed, which works together with the Idle Manager. The rake animation for instance, requires a rake...

If that lists no requirements (as not all anims require an actual object.. could also be a token, and not the actual object), it should work at once. If it has a requirement, add those to inventory (like let's say, it wanted a piece of parchment instead of a book).

 

If it still doesn't work, there might be something else going on... As the player does play the anim (as you said) it is not a conditional issue...

 

I'll be back on my "work"computer in a few hours, I'll take a look at it than.

 

 

 

Lucifer

Link to comment
Share on other sites

Ok, I just checked. Assuming you are talking about Relmyna Verenim, and SE09Writebook / TakeNotes idles, it has no required objects. The AnimObject makes the link between the idle and the object, the idle manager regulates the actual object. It makes sense to match these, so you need (for example) a rake to actually use it. The idles in SE09 make her use "items", but without her actually needing to own them (a bit counterintuitive). The conditions are...

 

SE09WriteBook- GetisID Relmyna, GetCurrentAIProcedure and GetDistance...

 

If you altered these conditions, it should work just fine. Rather said, it works just fine for me.... if that does not work for you, I'd be a bit baffled and would like more details.

 

 

 

Lucifer

Link to comment
Share on other sites

alrighty. i've been looking at the conditions for the idle animation and replicating them like u suggested. however, it still doesn't work.

u were correct with the conditions and what they were, so i tried to replicate them for my own usage.

 

GetIsID ZLabWorker == 1

GetCurrentAIProcedure == 28

GetDistance ZLabWorkerTakeNotesREF < 25

 

but it still doesn't work!!!!!! :wallbash: any ideas?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...