Dealing with CopyObject
gpeddino
Member Posts: 51
I've been remaking an old module of mine and creating a few cutscenes. Most of them depend on having a copy of the PC positioned somewhere and then applying invisibility to the PC so that I can have a free camera. But the bugs in the CopyObject function (related to calling the object's tag) are making it impossible for me to get rid of the copy when the scene is over. Any ideas on a possible workaround?
0
Comments
and later you can do:
I see the "tag bug" was recorded in the Lexicon ages ago. I wonder whether it's true, as tag look up is normally very reliable, or whether it's a case of too many objects with the same tag. Be that as it may, the workaround above should suffice.
Or you could use the Gestalt cutscene package, which takes most of the hard work out of it.