Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
Making portals
[Tips]
Page:
1
2
Aug 11 2010, 3:04 pm
In response to
Wolfnova
Garthor
No. Like this:
turf/store_door
Entered(atom/movable/A)
if
(ismob(A))
A.loc = locate(
"store_entrance"
)
where "store_entrance" is the tag of a turf, which you have set using the map editor.
Page:
1
2
Copyright © 2025 BYOND Software. All rights reserved.
where "store_entrance" is the tag of a turf, which you have set using the map editor.