Frictional Games Forum (read-only)

Full Version: AddPropImpulse no effect??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The script doesn't have effects. my script

void OpenDoorScare(string &in asParent, string &in asChild, int alState)
{
AddPropImpulse("mansion_1", 0, 0, -7.0f, "world");
}

When i trigger the area the door won't open. Did i put something wrong?
Could you at least *try* to use the search function?
(03-16-2011, 09:42 AM)XxItachi09xX Wrote: [ -> ]The script doesn't have effects. my script

void OpenDoorScare(string &in asParent, string &in asChild, int alState)
{
AddPropImpulse("mansion_1", 0, 0, -7.0f, "world");
}

When i trigger the area the door won't open. Did i put something wrong?

The door won't open but the object got blow yes? I got the same problem as well. Now i am fixing it. Good luck fixing too Smile.
-7 is not enough by itself. Make it -100 and see.
(03-16-2011, 11:08 AM)Tanshaydar Wrote: [ -> ]-7 is not enough by itself. Make it -100 and see.

Nice one Big Grin! It just bam the door Big Grin.