Frictional Games Forum (read-only)

Full Version: Quest complete in area script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to have a script so when I enter a area, a quest automatically completes. Can anyone please help me?
AddEntityCollideCallback(string& asParentName, string& asChildName, string& asFunction, bool abDeleteOnCollide, int alStates);

and

CompleteQuest(string& asName, string& asNameAndTextEntry);

?
(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?