Jump to content

Cavaticus

Supporter
  • Posts

    3
  • Joined

  • Last visited

Nexus Mods Profile

About Cavaticus

Profile Fields

  • Website URL
    tesmodworks.wordpress.com
  • Country
    United States

Cavaticus's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Thank you so very much! Sorry that I put the thread in the wrong spot... I've had too much mead this evening.
  2. Does anyone know what mod this armor is from? I need it so bad!!! Please help! http://staticdelivery.nexusmods.com/images/110/1698853-1369674039.jpg
  3. I was wondering if anyone knew how to check if an actor (specifically the player) is performing an action or is no longer performing an action. Like a way to check if the player is using a workbench or if they are no longer using a workbench. My aim is to make the player play a certain animation using "playidle" while they are using a workbench, but when they stop, the idle stops too. The animations I am wanting to use are: idlewriteledgerenter idlewriteledgerwrite sae idlestop I was thinking of using a script that looked something like this: Event OnActivate Game.GetPlayer().playidle idlewriteledgerenter while (???) Game.GetPlayer().playidle idlewriteledgerwrite endWhile Game.GetPlayer().SAE idlestopEndEvent but I wasn't sure how to check if the player was in the crafting menu. Any ideas of how to do this? Any solution (including workarounds if scripting is not possible) are welcome! Thanks in advance!
×
×
  • Create New...