Is it possible to spawn a Crane in a spearhead stock map ?
And if so , does anybody know where the crane.tik is located ?
When I look at the static objects thumbs over here http://uzaiuzai.hp.infoseek.co.jp/pic/static/static.htm it says its located at static/equipment
so I tried:
local.static = spawn script_model
local.static model "static/equipment/crane.tik"
local.static.origin = ( 2630 -6334 -511 )
local.static.angles = ( 0 -168 0 )
local.static solid
But that didn't work
Am I doing something wrong or is it just not possible ?



