Jump to content

Help me with a script²


Neru2308

Recommended Posts

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 ObjectReference

import game
import debug

ActorBase property myNPC auto

ObjectReference property SpawnPlace auto

Event OnActivate(ObjectReference akActionRef)
SpawnPlace.PlaceActorAtMe(myNPC, 1)
EndEvent

 

 

I want also use this script for summon food/potions/Flora

anyone can edit/teach me how to make it happen '-'?

Edited by talwishmaster
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...