Posted by fourwood on November 10, 1998 at 15:45:21:
In Reply to: Re: Grabbing people posted by JM on November 10, 1998 at 08:00:18:
:
: : Is it possible to make 3dos stick to another and
: : then released at a later date? I was wondering if I could use
: : a hydraulic arm on a ship to grap a crate and drop
: : it on a player's head
: : ulthwe (THE BLACKGUARDian)
: But fo course! Attachthingtothingex(to attach, attach to, flag (use 0x8, no move reletive.));
When I've tried to use Attachthingtothingex() it crashed JK. Here's the cog that I've been working with:
symbols
message startup
thing attachto
thing attaching
end
code
startup:
Attachthingtothingex(attaching, attachto, 0x8);
return;
end