Example #1
0
 private void OnWhileStandingInSouthExit(object sender, HotspotWalkingEventArgs e)
 {
     e.Character.ChangeRoom(HillOverAlbion.Id, 220, 190);
 }
Example #2
0
 private void DummyTest(object sender, HotspotWalkingEventArgs e)
 {
     e.Character.ChangeRoom(HillOverAlbion.Name, 220, 190);
 }
Example #3
0
 private void DummyTest(object sender, HotspotWalkingEventArgs e)
 {
     e.Character.ChangeRoom(Fountain.Name, 100, 210);
 }
Example #4
0
 private void OnWhileStandingInNorthExit(object sender, HotspotWalkingEventArgs e)
 {
     e.Character.ChangeRoom(Fountain.Id, 100, 210);
 }