Skip to content
Luxembourg edited this page Mar 20, 2013 · 4 revisions

@enter

command: @enter <object> = <message> attribute: enter

sets the message that a player sees when entering an object or room, whether by using an exit, the enter or leave commands, or by teleporting.

function references and %-substitutions are allowed in enter messages, and are evaluated when someone enters the object. in function references, 'me' refers to the object being entered, while %-substitutions that refer to the enactor (such as %n, %#, %p, etc) refer to the player entering the object.

this attribute is meaningful for players, things, and rooms, and will never be automatically triggered on exits.

example: @enter car = you climb into the car and buckle your seat belt.

related topics: enter, @aenter, @oenter, enter_ok.

Clone this wiki locally