15 lines
415 B
Plaintext
15 lines
415 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName gv_tham_tk_rlc
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 9/6/2008 12:49:40 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("thief_amulet2", GetPCSpeaker(), 1);
|
||
|
|
||
|
|
||
|
}
|