void main() { object oTarget; object oSpawn; // Get the PC who is in this conversation. object oPC = GetPCSpeaker(); // Spawn some critters. oTarget = GetWaypointByTag("WP_kersdoor"); oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ratwlb1", GetLocation(oTarget)); oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ratwlb1", GetLocation(oTarget)); oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ratwlb1", GetLocation(oTarget)); oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ratwlb1", GetLocation(oTarget)); oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ratwlb1", GetLocation(oTarget)); }