Initial Upload
Initial Upload
This commit is contained in:
8
_module/nss/archery_ondeath.nss
Normal file
8
_module/nss/archery_ondeath.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
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)));
|
||||
}
|
Reference in New Issue
Block a user