13 lines
329 B
Plaintext
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();
|
|
}
|