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
Add a journal entry/note after I interact with a locked door?
Chilton Offline
Member

Posts: 138
Threads: 9
Joined: Sep 2010
Reputation: 0
#10
RE: Add a journal entry/note after I interact with a locked door?

Good question...
I know HasItem(string& asName); is correct, but the "== True" seems a bit odd, unless im missing something.

Im interested to see how this works out

Also, start with Get Has Item, then If Has Item. So, it sees if you have the item, then says that If you have the item...

So, like,

GetEntityExists(string& asName); //See if it exists
HasItem(string& asName); // If it does exist

Then the "If" Function

That was a pseudo code, and is not representative of how it will actually look by the way

It just makes slightly more sense if it checks for the item as a whole before trying to make a function out of the result
10-10-2010, 07:48 AM
Find


Messages In This Thread
RE: Add a journal entry/note after I interact with a locked door? - by Chilton - 10-10-2010, 07:48 AM



Users browsing this thread: 1 Guest(s)