1
Games / Re: Space Station 13, Now with not enough Space-national socialists.
« on: February 10, 2011, 11:49:19 AM »
Oh, woops. Forgot the locate(). Sorry.
Code: [Select]
if(src.z == 1)
start_location = locate(/area/shuttle/myshuttle/first)
end_location = locate(/area/shuttle/myshuttle/second)
else
start_location = locate(/area/shuttle/myshuttle/second)
end_location = locate(/area/shuttle/myshuttle/first)