PWE_PRC8/_module/nss/el_ltpl_usdf.nss

13 lines
329 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: 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();
}