7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
// Using the Djinn Bottle
|
|
void main()
|
|
{
|
|
object oPC=GetItemActivator();
|
|
object oDjinn=CreateObject(OBJECT_TYPE_CREATURE,"djinni",GetLocation(oPC));
|
|
}
|