15 lines
482 B
Plaintext
15 lines
482 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_164
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/29/2002 4:52:04 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "jhananet", 1);
|
|
CreateObject(OBJECT_TYPE_CREATURE, "Jhanamur",
|
|
GetLocation(GetNearestObjectByTag("salatt_08")));
|
|
}
|