GetObject
m4u
01 Nov 2013, 19:23Is this function still working on quest: GetObject? How does it work? I want to create an object using the script "Create an object"....

jaynabonne
01 Nov 2013, 19:27As far as I know, it still works:
yields:
Object: foo
(create("foo") is what you get if you add "Create an Object" with name "foo")
create ("foo")
o = GetObject("foo")
msg(o)
yields:
Object: foo
(create("foo") is what you get if you add "Create an Object" with name "foo")