Neru2308 Posted February 12, 2017 Share Posted February 12, 2017 (edited) I'm doing a house where you can pull a lever and it will summon a custom npc, works fine!Now comes the problem, on some place of the house I need summon a npc with don't havok settle option, because he will be using a marker(shacklewallmarker), but i don't know how to summon npc with don't havok settle option, yes I tryed defautDisableHavokOnLoad script but didn't work, yes i tryed put False value on script didn't work also, soo maybe i shoud place the don't havok settle option on the summoning script? ( have no clue how to do that also =D isuxinscripting) I use this script on a lever to summon NPCs: Scriptname wishmasterencress extends ObjectReferenceimport gameimport debugActorBase property myNPC autoObjectReference property SpawnPlace autoEvent OnActivate(ObjectReference akActionRef)SpawnPlace.PlaceActorAtMe(myNPC, 1)EndEvent I want also use this script for summon food/potions/Floraanyone can edit/teach me how to make it happen '-'? Edited February 12, 2017 by talwishmaster Link to comment Share on other sites More sharing options...
Recommended Posts