14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName s_givedrowroguer
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/30/2005 3:12:31 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("sha_drowr_recall", GetPCSpeaker(), 1);
|
|
|
|
}
|