Aleph-Bet-Marathon / alephbet

Open source continuation of the Marathon 2 game engine.
GNU General Public License v3.0
0 stars 3 forks source link

MML/Lua to disable swimming conditionally #30

Open aaronfreed opened 1 month ago

aaronfreed commented 1 month ago

e.g., only before/after certain conditions are met (Lua), or only for specific players (also Lua), or only in certain kinds of liquids (both MML and Lua).

I would expect the Lua stuff to be Kindergarten difficulty. MML might raise the difficulty to Easy or Normal or something.

SolraBizna commented 1 month ago

Can you not already do this by forcing the [lack of a] run action flag?

aaronfreed commented 1 month ago

i hadn’t thought of that workaround. I guess forcing it whenever a player’s head was below media might work – i’ll have to test it later. thanks for the idea