15 lines
478 B
Plaintext
15 lines
478 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName s_arach_pre5co
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2/16/2005 6:01:44 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("sha_arach_note1", GetPCSpeaker(), 1);
|
|
SetLocalInt(GetPCSpeaker(), "PASSED_CLERIC_TEST", FALSE);
|
|
|
|
}
|