17 lines
500 B
Plaintext
17 lines
500 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName s_givegoblinwand
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2/18/2005 2:21:42 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("sha_slavemaker1", GetPCSpeaker(), 1);
|
|
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(700, GetPCSpeaker(), TRUE);
|
|
}
|