#include <entity>
#include <general>

main()
{
	if (FirstRun())
	{
		MessageMap("npc4", 0, "Hey buddy, you need a room for the night?", false, 0);	
		SetString("door3a", 0, "door3");	
	}	
}