Files
HeroesStone_PRC8/_module/nss/corpse_moved.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

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;
}