Jump to content

[Actor] Actor gets invisible after script moving


Zorkaz

Recommended Posts

Scripts

To put him in the holding cell

Function PickUp()

Actor Rupert = CatMinkaAlias.getactorref()

Rupert.moveto (HoldingMarker)
Game.Getplayer().Additem (RCRRupertMiscItem)
Status = 4
EndFunction

Script on the misc titem to enable the rat again

Actor Property RupertActorRef Auto
MiscObject Property RCRRupertMiscItem Auto

Event OnLoad()
RupertActorRef.moveto (Game.Getplayer())
Utility.wait(0.1)
Self.delete()
EndEvent

Link to comment
Share on other sites

This is perplexing and the first known occurrence of a model failing to load after a move via MoveTo was completed.

 

You can maybe try a different method, like not transporting it to a holding cell and instead just moving it with the player via some menu or something, like a holotape.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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