Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

10 lines
190 B
Plaintext

//ffbj addition 15.04.07
void main()
{
object oTrap = GetModuleItemAcquired();
object oPC = GetModuleItemAcquiredBy();
string sPC = GetName(oPC);
SetName(oTrap, sPC + " Trap ");
}