PWE_PRC8/_module/nss/el_ltpl_usdf.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

13 lines
329 B
Plaintext

//::///////////////////////////////////////////////
//:: el_ltpl_usdf for invisible Placeable
//:: OnUsedDef Script for Looting Script ver 3.0
//:: By: Emmanuel Lusinchi (Sentur Signe)
//:: 08/03/2002
//:://////////////////////////////////////////////
#include "EL_LOOT_INCLUDE"
void main()
{
el_LootPlaceableOnUserDef();
}