SAC Posted September 18, 2017 Posted September 18, 2017 Hi, I know it is possible to call the snapintointeraction function from console (something like cf snapintointeraction) but I can't remember the proper syntax and no combinations of references worked so far. It's something like cf actorref.snapintointeraction furnitureref, but I can't get the exact syntax to work. Thanks!
dharvinia Posted September 18, 2017 Posted September 18, 2017 bool Function SnapIntoInteraction(ObjectReference akTarget) native like this?
SAC Posted September 18, 2017 Author Posted September 18, 2017 That is the way to call it from a script. What I need is to call it from the console. There is the "cf" (callfunction) console command, but I cannot remember (or figure out again) the proper way to call it. I know for sure it works, because I've done it in the past, but cannot remember how.
SAC Posted September 18, 2017 Author Posted September 18, 2017 Solved it. The proper command is cf "snapintointeraction" <furniture_id> while having the actor selected. Does not work for all actors, for reasons unknown yet.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.