Forum rules - please read before posting.

Render Cursor only when paused & Conversation Editor

Hello,

I prefer to not show the cursor until there is a conversation editor and/or paused game.

However, I do not see an option to show the cursor when there is a selections for a conversation ...

What is the best way to achieve this?

Or, maybe on a future AC update?

Thank you

Comments

  • I don't imagine that'd be a commonly-used feature by wider users, as it sounds quite specific to your game.

    However, all Manager fields can be changed at runtime - including the Cursor Manager's Display cursor setting.  To access it's API reference, right-click the field's label:

    AC.KickStarter.cursorManager.cursorDisplay

    What you can do is set this to Only When Paused by default, but then change to Always when the Conversation menu is on, and back again when it turns off.  This can be done via a custom script that hooks into the OnMenuTurnOn / OnMenuTurnOff custom events, i.e.:


  • As always,

    You are awesome thank you Chris.
  • Works Wonderfully,

    Thank you!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.