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


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Level error!
Chilton Offline
Member

Posts: 138
Threads: 9
Joined: Sep 2010
Reputation: 0
#6
RE: Level error!

I can make a brief video explaining this - I think.
Give me a minute.

EDIT: Or maybe i cant.

Ill try to give you a line of HPS then. That should work.
If you had a Skype account, i could just show you. But im not making any presumptions - Ill just try and draught a script for now.
HPS:

void OnStart()
{
MyFunc();
}

MyFunc("<<NAME OF DOOR HERE>>", "1")
{
GetSwingDoorLocked("<<NAME OF DOOR HERE>>");
if("GetSwingDoorLocked" == true);
SetMessage("DoorMessage","StudyDoor",6);
}

void OnEnter();
{
}

void OnLeave();
{
}

And in the Lang:


<CATEGORY Name="DoorMessage">
<Entry Name="ItemName_StudyDoor"> <<INSERT HERE>> </Entry>
<Entry Name="ItemDesc_StudyDoor"> <<INSERT HERE>> </Entry>
</CATEGORY>



That should work, unless ive completely misunderstood the Syntax Parameters, in which case its just a misplaced " or a missing line. That should however work. In theory :p
(This post was last modified: 10-13-2010, 01:24 PM by Chilton.)
10-13-2010, 01:07 PM
Find


Messages In This Thread
Level error! - by LoneWolf - 10-12-2010, 09:46 PM
RE: Level error! - by Chilton - 10-13-2010, 02:56 AM
RE: Level error! - by LoneWolf - 10-13-2010, 11:18 AM
RE: Level error! - by Kyle - 10-13-2010, 12:10 PM
RE: Level error! - by LoneWolf - 10-13-2010, 01:07 PM
RE: Level error! - by Chilton - 10-13-2010, 01:07 PM
RE: Level error! - by LoneWolf - 10-13-2010, 05:03 PM
RE: Level error! - by Chilton - 10-13-2010, 05:16 PM
RE: Level error! - by LoneWolf - 10-13-2010, 05:25 PM
RE: Level error! - by Chilton - 10-13-2010, 05:37 PM
RE: Level error! - by LoneWolf - 10-13-2010, 05:51 PM
RE: Level error! - by LoneWolf - 10-16-2010, 01:43 PM
RE: Level error! - by Frontcannon - 10-16-2010, 01:46 PM



Users browsing this thread: 1 Guest(s)