Translations:Manual:Introduction/204/en

From Mudlet
Jump to navigation Jump to search
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])