AtheonGP Posted July 28, 2013 Share Posted July 28, 2013 please help im newer to scripting and I just cant get a script for a hat im making to work (also when I equip the hat its on my cheek rather than my head) heres the script im trying to get to work scn antifusionhatscript short DoOnce begin OnActivateif IsActionRef player == 1 if ( DoOnce == 0 )Player.ModAv Barter 10Player.ModAv Guns 10Player.ModAv Energy Weapons 10Player.ModAv Explosive 10Player.ModAv Unarmed 10Player.ModAv Melee Weapons 10Player.ModAv Lockpick 10Player.ModAv Medicine 10Player.ModAv Repair 10Player.ModAv Science 10Player.ModAv Sneak 10Player.ModAv Survival 10Player.ModAv Speech 10Player.ModAv Strength 1Player.ModAv Perception 1Player.ModAv Endurance 1Player.ModAv Charisma 1Player.ModAv Intelligence 1Player.ModAv Agility 1Player.ModAv Luck 1 Set DoOnce to 1 endif end Link to comment Share on other sites More sharing options...
jazzisparis Posted July 28, 2013 Share Posted July 28, 2013 Normally, this sort of thing is done with an Object Effect, rather than with a script.As for the hat being tilted 90 degrees, see this thread. Link to comment Share on other sites More sharing options...
AtheonGP Posted July 28, 2013 Author Share Posted July 28, 2013 THANK YOU SO MUCH god I swear if I had of known this earlier than every mod I've made so far would've been a heel of a lot easier Link to comment Share on other sites More sharing options...
Recommended Posts