//:://///////////////////////////////////////////// //:: Name corpse_moved //:: FileName //:: //::////////////////////////////////////////////// /* Tests if the corpse is being moved. */ //::////////////////////////////////////////////// //:: Created By: Alexandre Brunel //:: Created On: 21/04/2003 //::////////////////////////////////////////////// #include "corpse_lib" int StartingConditional() { int iResult; iResult = GetCorpseDialogMoved(); return iResult; }