Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

Arutema

Allies
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Arutema

  1. Total Papyrus rookie here, I'd like to create a script that for now just gives a message if the player is hit while unarmored, or hits another creature unarmed. What would be a script that accomplishes that and how would I hook it into a perk or effect so that it was loaded into the game? edit: While waiting for moderation, I managed this for unarmored: Create a perk which gives an ability, which gives an effect linked to this script: Scriptname IronSkinTestScript extends ActiveMagicEffect Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked) debug.trace("We are hit."); debug.notification("We are hit."); endEvent It doesn't check for unarmored yet, but I'm getting close.
×
×
  • Create New...