Help calling staticShape after creating instance?
by Nic Biondi · in Technical Issues · 01/29/2004 (6:09 pm) · 4 replies
In the following code I create an instance of staticShape called doorway.
how would I get the handle to this instance in order to update its position?
[/b]??? is there some function like: %item =GetStaticShape("fart") ???[/b]
how would I get the handle to this instance in order to update its position?
[/b]??? is there some function like: %item =GetStaticShape("fart") ???[/b]
%item = new StaticShape("doorway")
{
position = localclientconnection.camera.getPosition();
rotation = "1 0 0 0";
datablock = CastlePiece;
};
Associate Kyle Carter