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
Message on locked door
MaTPlays Offline
Junior Member

Posts: 21
Threads: 5
Joined: Aug 2013
Reputation: 0
#1
Message on locked door

Hellos!
I've got a problem with the script which adding a message to a locked door.

I changed name of a door to: door3

I wrote in the PlayerInteractCallBack: DoorLockedPlayer

Then i typed in my .lang file:
<CATEGORY Name=“Messages”>
<Entry Name =“msgname”>It is you, the grandson? Please, go get a sack of potatoes for dinner. It should be outside, first on the right, next to apples. The key to the main door in the dining room.</Entry>
</CATEGORY>


And in my .hps:

void DoorLockedPlayer(string &in entity)


{
if(GetSwingDoorLocked("door3"))
{

SetMessage("Messages", "msgname", 0);

}
}


I've got a script for opening door with a key, maybe that's a problem, but idk how can I edit it.

help please!
08-08-2013, 07:39 PM
Find


Messages In This Thread
Message on locked door - by MaTPlays - 08-08-2013, 07:39 PM
RE: Message on locked door - by Your Computer - 08-08-2013, 07:53 PM
RE: Message on locked door - by MaTPlays - 08-08-2013, 08:07 PM
RE: Message on locked door - by Your Computer - 08-08-2013, 08:17 PM
RE: Message on locked door - by MaTPlays - 08-08-2013, 08:20 PM



Users browsing this thread: 1 Guest(s)