10 lines
190 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
//ffbj addition 15.04.07
void main()
{
object oTrap = GetModuleItemAcquired();
object oPC = GetModuleItemAcquiredBy();
string sPC = GetName(oPC);
SetName(oTrap, sPC + " Trap ");
}