Zorkaz Posted November 1, 2021 Share Posted November 1, 2021 I need to open up the menu of a terminal via script (Using "AkTargetRef") Does anyone know which command I can use for this? Link to comment Share on other sites More sharing options...
Zorkaz Posted November 1, 2021 Author Share Posted November 1, 2021 Btw this is done via the perk script Int LockLevel1 = AkTargetRef.getlocklevel() ;AkTargetRef.activate() doesn't work If Game.getplayer().hasperk (Hacker03) Int HackLevel1 = 100 If LockLevel1 > Hacklevel1 RHTooHardMsg.show() Else AkTargetRef.unlock() Endif Elseif Game.getplayer().hasperk (Hacker02) Int HackLevel1 = 75 If LockLevel1 > Hacklevel1 RHTooHardMsg.show() Else AkTargetRef.unlock() Endif Elseif Game.Getplayer().hasperk (Hacker01) Int Hacklevel1 = 50 If LockLevel1 > Hacklevel1 RHTooHardMsg.show() Else AkTargetRef.unlock() Endif Endif Link to comment Share on other sites More sharing options...
Recommended Posts