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
How to make Disappear messages when door is unlocked with key?
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#1
How to make Disappear messages when door is unlocked with key?

Yeah so basically I can Set message on the door and say it "It's locked"

So my problem when I use key to the door and swing the door to open it... It still says "It's locked" how to remove that message after I unlock that door and interact.

How?

Thanks.

“Life is a game, play it”
07-18-2011, 05:06 PM
Find
MrCookieh Offline
Member

Posts: 157
Threads: 8
Joined: Jul 2011
Reputation: 0
#2
RE: How to make Disappear messages when door is unlocked with key?

if(GetSwingDoorLocked("door")==true){
your textmessage
}

the if function checks, if the door is locked, and will only trigger when it is true.
07-18-2011, 05:16 PM
Find
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#3
RE: How to make Disappear messages when door is unlocked with key?

(07-18-2011, 05:16 PM)MrCookieh Wrote:
if(GetSwingDoorLocked("door")==true){
your textmessage
}

the if function checks, if the door is locked, and will only trigger when it is true.

Thanks! It works! Savior Smile

“Life is a game, play it”
07-18-2011, 06:12 PM
Find




Users browsing this thread: 1 Guest(s)