generated from Jaysyn/ModuleTemplate
22 lines
484 B
Plaintext
22 lines
484 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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;
|
|
}
|