PWE_PRC8/_module/nss/archery_ondeath.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -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)));
}