14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName s_giveladycrysta
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 12/20/2004 1:16:27 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("sha_ladymarin_th", GetPCSpeaker(), 1);
|
|
|
|
}
|