I've seen this on the Rjukan Project's site:
// Spawn a script model and give it a targetname
local.flak = spawn script_model "targetname" "flak88"
// Set the model to be drawn/used
local.flak model "statweapons/flak88turret.tik"
// Set where it should be
local.flak.origin = ( -100.0 .0 0.0 )
// Set where it should point at
local.flak.angles = ( 0.0 0.0 0.0 )
// Set how big it should be
local.flak.scale = 1.0
It says 'local.flak', but how do you know what to put there if you wanna, for example, put a wardrobe in it? where do you got that 'local thingy' from? Maybe I'm a n00b, but please answer!


