audinowho / PMDODump

All content generation for PMDO. BEWARE SPOILERS.
MIT License
64 stars 13 forks source link

Call action in dungeon via script #455

Closed issuebotaudinowho[bot] closed 7 months ago

issuebotaudinowho[bot] commented 7 months ago

Discord: iambadatlife#0 <@205553191985610753>

Feature Request: The ability to call an action (in dungeon) via script

audinowho commented 7 months ago

this one is actually there. If you want to move the player from one position to another you call DUNGEON:CharSetAction(character, animation) And you can set up an animation like animation = RogueEssence.Dungeon.CharAnimWalk(fromLoc, toLoc, character.CharDir, speedMult)