Jump to content

Vanilord

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Vanilord

  1. That's working ! What was missing is the autofill option ! THANKS ! For those who will find this thread later and wondering how to solve it : 1) Once your script is in CK, double click on your script to go to its menu 2) Go to the script tab 3) Right click on your script name and select "Edit Properties" 4) Click the auto-fill All button 5) Click Ok on everything and save your script :)
  2. I've found the formlists in the creation kit under Miscellaneous, I'll have ti dive into it to understand it properly. Is it normal that the version "With a direct property" don't spawn anything ? In a simpler manner would it be possible to make an item/NPC spawn with only the Base ID ? If so how ? As far as I understand, nothing happen because the script doesn't know what "EncFrostbiteSpider" refers to. Or do the game understand what "EncFrostbiteSpider" refers to ?
  3. Thanks for the quick answer and the clean code ! I've tried to make your revised code work, but my limited understanding of formlist seems to block me. I read the wiki but I don't understand if I'm suppose to create a file outside of my script or create the formlist inside. The GetFormFromFile seems not necessary for this case, as I only want to make spawn vanilla items and npc. I tried some variations but none of my garbage worked. I made a simpler version of the code for testing but the formlist is out of my range :pinch:
  4. Hello everyone ! I started learning to script in skyrim a few days ago. It's a lot of fun but I'm having some difficulties. I'm trying to make a certain object or NPC appear when I press a key. For now, the script is compile, is recognized, starts to run at launch and a debug message appears when I press the different keys. But no other action is happening. What do I need to change for the script to work ? Thanks for your help! :D
×
×
  • Create New...