Feature Request: Map Notes shared with other players
 dwinblood                
                
                    Member Posts: 38
dwinblood                
                
                    Member Posts: 38                
            
                    I don't know if this feature has already been added or not.    It would be nice to be able to set map notes for other players.    This way if we are handling a multi-faction type situation of our own devising and we have randomly placed elements someone might say stumble across a Gold Deposit and want to mark it for the team using a tool we provide them in the module.   It would be nice if there was a simple parameter to set map notes for other people.   I could then poll through the PCs and all on the same artificial team could have the same map note added to their maps.                
                0        
             
                                
Comments
With NWNX, you can hook CNWSMessage::HandlePlayerToServerMapPinXXX and signal a user defined event, so you don't need the HB at all - but that's just a bit of latency. This should all be doable in the base game already.
Agreed that add/get/delete functions for map pins would be nice in base nwscript.