7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
object findItem( object soeg, string tag )
|
|
{
|
|
object oResult = GetItemPossessedBy( soeg, tag );
|
|
|
|
return oResult;
|
|
}
|