Jump to content
⚠ Known Issue: Media on User Profiles ×

Sturmgewehrrrrrrrrrrr

Banned
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Nexus Mods Profile

About Sturmgewehrrrrrrrrrrr

  1. My question is to what i need to attach this script to make it work
  2. Help! I attach this script to my test sword, and it doesn't work I want that when I hit someone with a sword, it gives me my bread, which I made Scriptname takeBreadFREE extends ObjectReference potion property Bread auto Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, \ bool abBashAttack, bool abHitBlocked) If akAggressor == Game.Getplayer() Game.GetPlayer().AddItem(Bread, 1, true) EndIf EndEvent
×
×
  • Create New...