Posts: 1,534
Threads: 129
Joined: Jan 2012
Reputation:
0
.. without using streamer?
Posts: 1,534
Threads: 129
Joined: Jan 2012
Reputation:
0
CreatePlayerObject creates an object in world/interior that player currently in?
Posts: 166
Threads: 0
Joined: Feb 2013
It can be done without using the streamer, but to do so you would have to replicate the features of the streamer already mentioned here. You could use a timer, or you could hook the relevant functions and callbacks that control interiors and worlds to update the object's visibility as the player moves about.