aakk141 Posted December 3, 2010 Share Posted December 3, 2010 I am rather new to modding and i was wondering how to spawn enimes (gouls, super mutants, raiders, etc...) with a computer, thanks for any help... Link to comment Share on other sites More sharing options...
Samustus Posted December 4, 2010 Share Posted December 4, 2010 (edited) Here you go: -In your mod you should have an object, let's say one of those round raised floor panels. Name it 'AAKKFloorPanelREF' as a reference, for example, in the render window (double click object).-Open up a Terminal ID that you have created.-Under 'Menu Items' add a new line saying "Spawn RadScorpion", for example.-Make sure "Spawn RadScorpion" appears in the list and is higlighted.-In the 'Item Result Script' add the line "AAKKFloorPanelREF.PlaceAtMe EncRadScorpion" That will spawn the scorpion on/near the floor panel. Other beasties can be found in Actors/Leveled Creatures. Hope this helps. Edited December 4, 2010 by Samustus Link to comment Share on other sites More sharing options...
Recommended Posts