Errata: August 7, 2018
Props(classOf[TouristActor], guidebook) should be Props(classOf[Tourist], guidebook).
import tourist.TouristActor should be deleted. The Tourist actor is defined in the same package as TouristMain, so doesn't need to be imported.
Props(classOf[TouristActor], guidebook) should be Props(classOf[Tourist], guidebook).
Replace figure 3.6 with the following:
Figure 3.6