15 lines
482 B
Plaintext
15 lines
482 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName rude_sandon_fin
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 22/10/2004 4:41:00 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("mysteriouspotion", GetPCSpeaker(), 1);
|
||
|
CreateItemOnObject("instuctionsfroma", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|