LuaLibrarySpeedShoppa.wiki
changeset 1377 fecee71744b3
parent 1351 81ec32569680
child 1935 e007757c3e65
equal deleted inserted replaced
1376:4d563322d538 1377:fecee71744b3
     1 #summary Lua library documentation for !SpeedShoppa
     1 #summary Lua library documentation of !SpeedShoppa; for creating simple Shoppa-style missions.
     2 #labels !LuaLibrary
     2 #labels !LuaLibrary
     3 = Lua library: `SpeedShoppa` =
     3 = Lua library: `SpeedShoppa` =
     4 Starting with 0.9.22, this Lua library provides a function to create a simple shoppa-style mission.
     4 Starting with 0.9.22, this Lua library provides a function to create a simple Shoppa-style mission.
     5 
     5 
     6 In `SpeedShoppa` missions, the player starts with infinite ropes and has to collect all crates as fast as possible and compete for the fastest time.
     6 In `SpeedShoppa` missions, the player starts with infinite ropes and has to collect all crates as fast as possible and compete for the fastest time.
     7 
     7 
     8 == `SpeedShoppaMission(params)` ==
     8 == `SpeedShoppaMission(params)` ==
     9 This function sets up the *entire* mission and needs one argument: `params`.
     9 This function sets up the *entire* mission and needs one argument: `params`.