HoS_PRC8/_mod/_module/nss/djinnbottle.nss

7 lines
157 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// Using the Djinn Bottle
void main()
{
object oPC=GetItemActivator();
object oDjinn=CreateObject(OBJECT_TYPE_CREATURE,"djinni",GetLocation(oPC));
}