NWNDS/nwn_dark_sun/at_giveorboffire.nss

14 lines
423 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_giveorboffire
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/17/2002 8:32:38 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker an orb of Fire
CreateItemOnObject("ar_itm_orbfire", GetPCSpeaker(), 1);
}