2021-08-29 23:34:48 -04:00
|
|
|
//::///////////////////////////////////////////////
|
|
|
|
//:: FileName at_232
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:: Created By: Script Wizard
|
|
|
|
//:: Created On: 9/2/2005 2:54:24 AM
|
|
|
|
//:://////////////////////////////////////////////
|
2022-06-18 01:53:20 -04:00
|
|
|
|
|
|
|
#include "pqj_inc"
|
|
|
|
|
2021-08-29 23:34:48 -04:00
|
|
|
void main()
|
|
|
|
{
|
2022-06-19 23:39:17 -04:00
|
|
|
//:: Set the Quest state & update the DB
|
|
|
|
AddPersistentJournalQuestEntry("kupra", 1, GetPCSpeaker());
|
2022-06-18 01:53:20 -04:00
|
|
|
|
|
|
|
//:: Give the speaker the items
|
|
|
|
CreateItemOnObject("scrollofteleport", GetPCSpeaker(), 1);
|
2021-08-29 23:34:48 -04:00
|
|
|
|
|
|
|
}
|