my plopsys live in a fantisy world outside of the map.. this world is mad up entirelt of my code.. my problem is there are different plains to this world, so my plopsys can communicat to each other if they sar both on the same plain.
so the ploppsyhave a verb.. its called radar. if a human makes a plopsy radar then it will give the name of all plopsy in its plain of fantsy and three number vars for each
HX,HY,HZ
view >> "plopsy1 345,985,-900
plopsy3 4059,549876,85
" so on and so forth..
the problem i have with this is i cant seem to be able to link my ploppsys together this way. a verb by a human should be able to change its plain and radar should be able to list all ploppsy on this plain. but i cant find any way to do this. i cant do it by makeing it the contents of something becase they set locationson the map.
plopsy3 4059,549876,85
" so on and so forth..
You could make each plane a different map, which would make it a different Z level. Then you could do this:
Then if you called plane_talk("hi", 2) it would give the message of "hi" to all plopsys on the second plane.
I had a little trouble understanding your question, so this may not be what you're looking for.