16 lines
531 B
Plaintext
16 lines
531 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_givering
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/21/2003 12:41:55 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("rts_it_mag51", GetPCSpeaker(), 1);
|
|
int nQuests=GetLocalInt(GetPCSpeaker(),"nQuests");
|
|
nQuests++;
|
|
SetLocalInt(GetPCSpeaker(),"nQuests",nQuests);
|
|
}
|