I have made myself a harvesting script, but at the moment I have to set an environment variable by checking Survey in order for the script to know what herbs to harvest.
What I am hoping for is to know if there's any way to put a SetVariable somewhere in the ATCP_NJG/ATCP_Mapper plugins to update the variable I made with the environmentname data stored for each room as I move around. Or, alternatively, some way for the script itself to automatically find out rather than using this variable.
What I've tried is checking 'environmentname' under 'function get_room (uid)' in ATCP_mapper.xml (with a Send(world.Note(environmentname))), but that seems to.. return a large list of environment names rather than just that of the room I'm in, and after scanning back and forth through the file I don't understand it enough to know where I'd place a SetVariable.
What I am hoping for is to know if there's any way to put a SetVariable somewhere in the ATCP_NJG/ATCP_Mapper plugins to update the variable I made with the environmentname data stored for each room as I move around. Or, alternatively, some way for the script itself to automatically find out rather than using this variable.
What I've tried is checking 'environmentname' under 'function get_room (uid)' in ATCP_mapper.xml (with a Send(world.Note(environmentname))), but that seems to.. return a large list of environment names rather than just that of the room I'm in, and after scanning back and forth through the file I don't understand it enough to know where I'd place a SetVariable.