[metadata] author = Chaz McGarvey levelname = The Beginning type = Campaign dimensions = [80,21] tileset = Warehouse numplayers = <1,4> next = maze [M] type = SaberMonster speed = 10 path = [16,8] [20,6] wait(5) [56,9] [71,17] [75,2] [11,13] [k] type = Key script = PickUp() options = Once [L] type = Trigger script = Print("Checking for key...") Has(k) Drop(k) Print("KEY DROPPED") Wait(15) Set([9,3] %) Set([10,3] %) Set([11,3] %) Set([9,4] %) Set([11,4] %) Set([9,5] %) Set([10,5] %) Set([11,5] %) Print("Haha you're trapped.") Wait(200) Set([9,3] >) Set([10,3] >) Set([11,3] >) Set([9,4] >) Set([11,4] >) Set([9,5] >) Set([10,5] >) Set([11,5] >) Print("Just kidding.") Wait(500) Next() options = Once [maptable] +------------------------------------------------------------------------------+ | | | 1 2 | | ... | | 3 4 .L. +---- | | ... | M | | k | | | |------------------------------------------ | | | | | | | | | +-------------+----+ | \ / | | | | \ / | | M | | \ / | | | | \ / | | | \ @ # $ % ^ & * ( ) | | | | +-------+ | / \ | | | / \ | | / \ | | / \ | | | +------------------------------------------------------------------------------+ ; vi:ft=dosini