edited November 2023 in Makinom Scripting
GIL,

I am using Maki.Controls.SetPlayerControl and Maki.Controls.SetCameraControl methods to block player and camera control in a script but I have noticed it does not seem to trigger the Maki.Control.BlockPlayerChanged or Maki.Control.BlockCameraChanged events. However, they are triggered by blocking controls in schematics and elsewhere directly with ORK. Is there a different method I need to use to trigger the event or is it just a limitation of telling ORK to block player controls or camera via script?

Edit: well nvm I was ignoring the notify bool in the methods because I wasn't sure what it did. Turns out its exactly what I needed sorry about the post.
Post edited by shortyyard on
Sign In or Register to comment.