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
Quest complete in area script
larslu Offline
Junior Member

Posts: 30
Threads: 15
Joined: Mar 2011
Reputation: 0
#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
Pandemoneus Offline
Senior Member

Posts: 328
Threads: 2
Joined: Sep 2010
Reputation: 0
#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
larslu Offline
Junior Member

Posts: 30
Threads: 15
Joined: Mar 2011
Reputation: 0
#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




Users browsing this thread: 1 Guest(s)