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

9 lines
187 B
Plaintext

void Revive(int i, string s, location l)
{
CreateObject(i,s ,l );
}
void main()
{
DelayCommand(5.0f,Revive(OBJECT_TYPE_PLACEABLE,GetTag(OBJECT_SELF),GetLocation(OBJECT_SELF)));
}