10 lines
190 B
Plaintext
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 ");
|
|
}
|