Jump to content
das attorney

Remove personal waypoint

Recommended Posts

I know that you can remove this by hovering the mouse over it and pressing delete, but I would like to remove it via script.  The idea is when the player dies, it is removed so when they respawn, it's not there anymore and they will need to set it manually again.

 

I can't find a scripting command for this.  Does anyone know of a way?

 

Thx

Share this post


Link to post
Share on other sites

It might be listed in "allMapMarkers" with a special name format, so maybe give that a try.:

https://community.bistudio.com/wiki/allMapMarkers

 

 

Another option would be to disable it in your difficulty settings and then just script something similar.

 

Thats all I can think off.

  • Like 1

Share this post


Link to post
Share on other sites

Hi,

 

Thanks for the thoughts Tajin.

 

I just tried checking through allMapMarkers but nothing comes up.  This is the output which is just the respawn markers as you can see:

16:38:47 "respawn_west"
16:38:47 "respawn_civilian"
 
I'll probably have to go with disabling it altogether, which probably isn't a bad thing as it's quite cheaty anyway.

Share this post


Link to post
Share on other sites

Cool thanks - so you're overriding the default button press and scripting your own marker & icon in?

  • Like 1

Share this post


Link to post
Share on other sites

Cool thanks - so you're overriding the default button press and scripting your own marker & icon in?

 

Yep. It has a small bug though: if place a marker, then teleport (using MCC for example), then try to place the marker in a different location - it won't move. There might be a workaround, I haven't looked into it, though.

Share this post


Link to post
Share on other sites

I'll see what I can do with it and post up here if I find anything interesting.

 

Thanks again!

  • Like 1

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

×