xtron
Senior Member
Posts: 402
Threads: 37
Joined: May 2011
Reputation:
2
|
RE: Extra_english.lang file aint working
It still doesn't work
Here's my script
Spoiler below!
void OnStart()
{
AddEntityCollideCallback("Player", "door_open_hall_key", "Doorslam1", true, 1);
}
void Doorslam1(string &in asParent, string &in asChild, int alState)
{
SetSwingDoorClosed("door_to_hall_key", true, true);
StartPlayerLookAt("door_to_hall_key", 10.0f, 10.0f, "");
AddTimer("", 1.0f, "stoplook");
}
Void stoplook(strin &in asTimer)
{
StopPlayerLookAt();
}
And here's my entity names etc in hpl2 editor.
Dubstep <3
(This post was last modified: 05-25-2011, 06:05 PM by xtron.)
|
|
05-25-2011, 06:03 PM |
|