I'd like to be able to have players tell my NPC to "set home to here" so they can use custom houses with her.
Anyone know how I'd accomplish this? I've searched and searched and haven't found any tutorials or anything else.
Help much appreciated!
I'd like to be able to have players tell my NPC to "set home to here" so they can use custom houses with her.
Anyone know how I'd accomplish this? I've searched and searched and haven't found any tutorials or anything else.
Help much appreciated!
Scriptname MarkerMoveScript extends ObjectReferenceObjectReference Property SandboxMarker AutoEvent OnInnit() SandboxMarker.MoveTo(self) DeleteWhenAble()EndEvent(don't forget to fill the "SandboxMarker" property with the target marker from the last step)