13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Craig Suter
|
||
|
//:: Created On: 9-10-02
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
DestroyObject (GetObjectByTag("Hossel"));
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, "Hossel", GetLocation(OBJECT_SELF));
|
||
|
|
||
|
}
|
||
|
|