The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple Issues Help InteractConnectPropWithMoveObject
serbusfish Offline
Member

Posts: 211
Threads: 75
Joined: Aug 2012
Reputation: 0
#1
InteractConnectPropWithMoveObject

I am trying to replicate a wheel pulley mechanism from AMFP (in the Cellar level, map 3). I have the crank wheel, the ropes and the pulley. The mechanism works, the ropes move when I turn the wheel and the door I have connect opens, but the problem is the pulley wheel doesnt spin like it does in AMFP. I have virtually an identical script to what they used, which is:

Quote:void OnStart()
{

//SETUP CONNECTIONS//
InteractConnectPropWithMoveObject("barrelcranktoslope", "CrankWheel_1", "castle_portcullis_4", false, false, 0);
InteractConnectPropWithMoveObject("barrelcranktopulley", "CrankWheel_1", "CrankPulley_1", false, true, 0);
InteractConnectPropWithMoveObject("barrelcranktoropes1", "CrankWheel_1", "slope_ropes_1", false, true, 0);
InteractConnectPropWithMoveObject("barrelcranktoropes3", "CrankWheel_1", "slope_ropes_3", false, true, 0);
}

Is there something else I need to do to get this working in the Dark Descent?

(This post was last modified: 07-08-2016, 01:33 AM by serbusfish.)
07-08-2016, 01:32 AM
Find


Messages In This Thread
InteractConnectPropWithMoveObject - by serbusfish - 07-08-2016, 01:32 AM



Users browsing this thread: 1 Guest(s)