17 lines
510 B
Plaintext
17 lines
510 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName daosdocktransact
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 11/30/2003 1:25:52 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("daosdockkey", GetPCSpeaker(), 1);
|
||
|
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(5000, GetPCSpeaker(), TRUE);
|
||
|
}
|