17 lines
502 B
Plaintext
17 lines
502 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName aw_getdivine
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/17/2003 5:46:10 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("bladeofdivinewra", GetPCSpeaker(), 1);
|
|
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(4000000, GetPCSpeaker(), TRUE);
|
|
}
|