<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2719.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Anyone know the proper way to use the </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>CFPython.RemoveObject()</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have this but it is giving me problems. I python
is looking for an integer here.</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>
CFPython.RemoveObject('Deed Lot %s' %(v[0]))<BR>
</FONT></DIV>
<DIV><FONT face=Arial size=2>I tried using it like the reverse of this below,
but was informed the RemoveObject function only took one
argument </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>id = CFPython.CreateObject('diploma', (x,
y))<BR>CFPython.SetName(id, 'Deed, Lot %s' %(v[0]))<BR>CFPython.SetMessage(id,
'This Deed confers...')</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am thinking now that it is looking for the object
number? Should I be using another function to get the item's number
here?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Actually if anyone can give me a brief example of
adding and removing a hidden object from a players inventory using the plugin I
would be appreciative.</FONT></DIV></BODY></HTML>