14 lines
411 B
Plaintext
14 lines
411 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName rude_alorapot
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 14/10/2004 1:37:17 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("mysteriouspotion", GetPCSpeaker(), 1);
|
|
|
|
}
|