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
Script Help Wheel Door
MacKetchup Offline
Junior Member

Posts: 25
Threads: 10
Joined: Apr 2013
Reputation: 0
#1
Wheel Door

Hello. I wonder how i open a "skulldoor" with a turningwheel

MacKetchup
05-07-2014, 12:53 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#2
RE: Wheel Door

PHP Code: (Select All)
void InteractConnectPropWithMoveObject(stringasNamestringasPropNamestringasMoveObjectNamebool abInteractOnly,
bool abInvertint alStatesUsed); 

"Veni, vidi, vici."
"I came, I saw, I conquered."
05-07-2014, 01:20 PM
Find
Neelke Offline
Senior Member

Posts: 668
Threads: 82
Joined: Apr 2013
Reputation: 26
#3
RE: Wheel Door

This might be something of use for you, MacKetchup.

https://wiki.frictionalgames.com/hpl2/tutorials/start

Derp.
05-07-2014, 01:36 PM
Find
MacKetchup Offline
Junior Member

Posts: 25
Threads: 10
Joined: Apr 2013
Reputation: 0
#4
RE: Wheel Door

yes thank you Big Grin

string& asMoveObjectName, bool abInteractOnly,
bool abInvert, int alStatesUsed);[/php]


what are these?
AddEntityCollideCallback("Player", "valve_iron_1", "Oppnadorr", true , 1);

void Oppnadorr(string &in asParent, string &in asChild, int alState)
{
InteractConnectPropWithMoveObject("Player","safety_normal_vert_1" ,"valve_iron_1" , true,
true, 1);
}
(This post was last modified: 05-07-2014, 03:01 PM by MacKetchup.)
05-07-2014, 02:23 PM
Find




Users browsing this thread: 1 Guest(s)