.
: Skrót oznaczający obecny obiekt gry.
#
: Skrót oznaczający obecny komponent.
Na przykład:
-- Let this game object acquire input focus
msg.post(".", "acquire_input_focus")
-- Post "reset" to the current script
msg.post("#", "reset")