Village_Transport icon = 'spacetransport.dmi' Enter(O) usr.loc = locate(17,37,10) usr << "Welcome to the Space Village."
Now when I logon to the game I get the user's message when I login and whenever I walk over the transport, however none of this code is in the Login proc. Further more I use this same format for other transports and it seems to work fine. And in case you are wondering my Login proc has the ..() at the end. Thanks in advance
Also, for what you're doing, you probably want to use Entered() instead of Enter(). There's a bit of a difference between the two (see the reference).