Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quest complete in area script
Author Message
larslu Offline
Junior Member

Posts: 30
Joined: Mar 2011
Reputation: 0
Post: #1
Exclamation Quest complete in area script
I want to have a script so when I enter a area, a quest automatically completes. Can anyone please help me?
03-21-2011 08:51 PM
Find all posts by this user Quote this message in a reply
Pandemoneus Offline
Senior Member

Posts: 328
Joined: Sep 2010
Reputation: 0
Post: #2
RE: Quest complete in area script
AddEntityCollideCallback(string& asParentName, string& asChildName, string& asFunction, bool abDeleteOnCollide, int alStates);

and

CompleteQuest(string& asName, string& asNameAndTextEntry);

?

03-21-2011 09:18 PM
Find all posts by this user Quote this message in a reply
larslu Offline
Junior Member

Posts: 30
Joined: Mar 2011
Reputation: 0
Post: #3
RE: Quest complete in area script
(03-21-2011 09:18 PM)Pandemoneus Wrote:  AddEntityCollideCallback(string& asParentName, string& asChildName, string& asFunction, bool abDeleteOnCollide, int alStates);

and

CompleteQuest(string& asName, string& asNameAndTextEntry);

?

What do you have to fill in in string& asFunction?
03-21-2011 09:31 PM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)