AnasAbdin - What is Tabata?
Misery is wrong.
Misery is wrong.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
if (GetLocationType(mouse.x, mouse.y) == eLocationHotspot) {
Hotspot *hs = Hotspot.GetAtScreenXY(mouse.x, mouse.y);
if (hs == hLamp) player.Think("What an odd looking lamp.");
}
else if (GetLocationType(mouse.x, mouse.y) == eLocationObject) {
Object *o = Object.GetAtScreenXY(mouse.x, mouse.y);
if (o==oDoor) player.Think("The door is closed.");
}
lstRestoreGamesList.FillSaveGameList();
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.260 seconds with 15 queries.