Jump to content
Sign in to follow this  
helling3r

Addaction not showing on Laptop on table

Recommended Posts

Hello,

i have a little problem with addActions on my bootcamp mission when using at a laptop that stands on a table.

Situation:

To configure a firing range, each line should have a small table wit an laptop on top of it.

The laptop and table are editor placed currently.

The laptop's init line calls a script that sets up the addActions.

My problem:

The addActions (and the called scripts) work very well if the laptop is used alone.

However, when i place a table and...

  • introduce a setpos to let the laptop init to let it spawn ontop the table
  • OR use attachTo in the laptops init to place the laptop ontop the table

the actions are mostly not usable anymore. They are accessible sometimes, depending on view angle and player position, so basicly they are loaded correctly.

It seems that the table does obstuct the players mouse menu somehow so it always tries to read the tables actions instead of the laptops ones.

What am i doing wrong and how can i fix this?

Share this post


Link to post
Share on other sites

Have you tried placing the action on the table as it presents a larger target.

Share this post


Link to post
Share on other sites

Is it the actual 'Laptop' object? If so, try using the 'Notebook' instead, it's bigger (same place as Laptop: Objects (Small). If that doesn't work, try adding the action somewhere other than the init line, and with a short delay.

EDIT: Just did a quick test and when the Laptop is on a table, the action is only visible when you point your cursor at the very top edge of the laptop screen. With the Notebook, the action is easily accessible.

Edited by 2nd Ranger

Share this post


Link to post
Share on other sites

Thank you for that hint; yes its the actual "Laptop" object.

I will try the notebook object instead and report back.

[edit] Thank you, it works now!!!

Edited by helling3r

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×