Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
13
nwn_dark_sun/at_giveorbofice.nss
Normal file
13
nwn_dark_sun/at_giveorbofice.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_giveorbofice
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 11/17/2002 8:31:43 PM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker an Orb of Ice
|
||||
CreateItemOnObject("ar_itm_orbice", GetPCSpeaker(), 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user