Jump to content

snakescrin

Members
  • Posts

    2
  • Joined

  • Last visited

Nexus Mods Profile

About snakescrin

snakescrin's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. i want to write a script : when i tansform into a vampire lord , "DLC1VampireLordCape" will automatically be equiped on . how should i write . i have wrote this one below and complied ,and attached it to "DLC1VampireChangeFXEffect" ,but not working . thanks for help . Scriptname CapeEquip Armor Property DLC1VampireLordCape Auto event onLoad() Game.GetPlayer().EquipItem(DLC1VampireLordCape, true, true) endEvent
  2. What's on your mind?
  3. Hey invalidfate , about this picture http://www.skyrimnexus.com/imageshare/image.php?id=11038 you posted , i have one question , what face texture mod have you used ? where can i get this texture ? Thanks for your help . By the way It will be great if you can upload this savegame ( no need for hair , just want the face ) . Thanks again .
  4. Hey invalidfate , about this picture http://www.skyrimnexus.com/imageshare/image.php?id=11038 you posted , i have one question , what face texture mod have you used ? where can i get this texture ? Thanks for your help . By the way It will be great if you can upload this savegame ( no need for hair , just want the face ) . Thanks again .
  5. so what's wrong with this one. I can hardly find any errors. But it doesn't save either. _______________________________________________________________________________________________________________________ scn GhostNightvision short DoOnce short buttonToggle short buttonPressed begin onEquip set DoOnce to 1 end begin onUnEquip player.RemoveSpell CatNightVision set buttonPressed to 0 set DoOnce to 0 end Begin GameMode if DoOnce == 1 if IsKeyPressed 48 != buttonToggle set buttonToggle to IsKeyPressed 48 if buttonToggle && buttonPressed == 0 ; Button pressed player.AddSpellNS CatNightVision set buttonPressed to 1 elseif buttonToggle && buttonPressed == 1 ; Button released player.RemoveSpell CatNightVision set buttonPressed to 0 endif endif endif End ________________________________________________________________________________________________________ can anyone help me? thanks very much!
×
×
  • Create New...