View Single Post
Old 02-03-2009, 04:09 AM   #6
squeek.
Stuff Do-er
Lua Team
Wiki Team
Fortress Forever Staff
 
squeek.'s Avatar
 
Join Date: Mar 2007
Location: Northern California
Class/Position: Rallygun Shooter
Gametype: Conc tag (you just wait)
Affiliations: Mustache Brigade
Posts Rated Helpful 352 Times
Send a message via AIM to squeek.
Quote:
Originally Posted by Entigren View Post
Would you have any kind of time frame for this feature.
Hopefully soon, though nothing definite. It's been on our to-do list forever.

Quote:
Originally Posted by Entigren View Post
Also could you explain to me how the GetOrigin() works just in case I choose to be crazy as you put it.
I believe you can do:

Code:
local flag = GetInfoScriptByName( "flag_name" )
local pos = flag:GetOrigin()
pos will then be a vector with properties x, y, and z that you can access using:

Code:
pos.x
pos.y
pos.z
__________________
#FF.Pickup ยค Fortress-Forever pickups

My Non-official Maps
Released FF_DM_Squeek - FF_2Mesa3_Classic - FF_Siege_Classic
Beta FF_Myth - FF_Redlight_Greenlight

Sick of the people on the internet, always moanin'. They just moan.
- Karl Pilkington
squeek. is offline   Reply With Quote