USEWEAPON Script command ?

Post » Thu Jun 21, 2012 2:01 pm

I see this example on how to use make an actor use a weapon

BuddyRef.UseWeapon EbonyBow BuddyRef HollyRef 5 0 0 0 0 XMarkerRef047


I do not seem to be able to get it to work

I basically Have

Actor Property MorphFreiz Auto
Actor Property LisetteRef Auto
Weapon Property EnchDaedricSwordFire04 Auto


MorphFreiz.UseWeapon EnchDaedricSwordFire04 MorphFreiz LisetteRef 5

What should I have ?
User avatar
Ash
 
Posts: 3392
Joined: Tue Jun 13, 2006 8:59 am

Post » Thu Jun 21, 2012 9:58 pm

That's a console command. You want http://www.creationkit.com/EquipItem_-_Actor.

MorphFreiz.EquipItem(EnchDaedricSwordFire04)MorphFreiz.StartCombat(LisetteRef)

To do the same things as the console command's parameters, you'll want other http://www.creationkit.com/Papyrus.
User avatar
ZzZz
 
Posts: 3396
Joined: Sat Jul 08, 2006 9:56 pm

Post » Fri Jun 22, 2012 3:50 am

Well I knew about those commands in scripting and came across the other one thinking it was a script command, It has so many options and who the heck would use such a thing on the console... :)
User avatar
elliot mudd
 
Posts: 3426
Joined: Wed May 09, 2007 8:56 am


Return to V - Skyrim