Hi,
i am using a template:

(deftemplate objects
(slot o_id)
(slot o_description)
(slot o_is_visible)
(slot o_makes_sound)
(slot o_sound_volume)
(slot o_framenumber)
)

and i want to modify the o_decription of the object with o_id = 90
how can i do that?  if i use:

r.executeCommand("(modify (objects (o_id 90) (o_description NoKnife)))");

then i get errors and it doesnt work

best regards,
M. Ismail

_________________________________________________________________
Het meest spraakmakende nieuws vind je op www.msn.nl http://www.msn.nl

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to