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
Problem with ending a quest
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#2
RE: Problem with ending a quest

void OnStart()
{
SetEntityPlayerInteractCallback("EndQuest1", "EndQuest", false);
}

void EndQuest(string &in asEntity)
{
CompleteQuest("CampingQuest", "CampingQuest");
}

void OnEnter()
{
}

void OnLeave()
{
}

02-17-2012, 09:26 AM
Find


Messages In This Thread
Problem with ending a quest - by Thegood - 02-17-2012, 08:35 AM
RE: Problem with ending a quest - by flamez3 - 02-17-2012, 09:26 AM
RE: Problem with ending a quest - by Thegood - 02-17-2012, 09:22 PM
RE: Problem with ending a quest - by Ermu - 02-18-2012, 03:43 PM



Users browsing this thread: 1 Guest(s)