18 lines
542 B
Plaintext
18 lines
542 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_169
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/14/2002 3:10:31 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("HeijaCitizen", GetPCSpeaker(), 1);
|
|
CreateItemOnObject("solomaktooth", GetPCSpeaker(), 1);
|
|
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "solomakonce", 1);
|
|
|
|
}
|