You could. In that case the creature would be destroyed and spawn again the next time a player enters the area. You can also build in a delay to make it the next player after x minutes. Something like
DelayCommand(180.0,SetLocalInt(GetArea(OBJECT_SELF ),SingleSpawn1,FALSE));
in a conversation script which effectively means it'll take 3 minutes to reset the variable.
|