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
Script Help Add quest after reading note?
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#2
RE: Add quest after reading note?

Just use:

void OnStart()
{
SetEntityCallbackFunc("DaNote", "OnPickup");
}

void OnPickup (string &in asEntity, string &in asType)
{
AddQuest("Nameofthequest", "Entryofthequest");
}

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
04-19-2013, 03:20 PM
Find


Messages In This Thread
Add quest after reading note? - by serbusfish - 04-19-2013, 03:08 PM
RE: Add quest after reading note? - by The chaser - 04-19-2013, 03:20 PM
RE: Add quest after reading note? - by i3670 - 04-19-2013, 03:52 PM
RE: Add quest after reading note? - by ClayPigeon - 04-19-2013, 04:30 PM
RE: Add quest after reading note? - by The chaser - 04-19-2013, 04:38 PM
RE: Add quest after reading note? - by WALP - 04-19-2013, 08:36 PM
RE: Add quest after reading note? - by serbusfish - 04-22-2013, 12:12 AM



Users browsing this thread: 1 Guest(s)