Umm, how do i change the title? it has nothing to do with what surface you are on. thought it did before testing. My bad.
anyway...
The jetpack dev said:
I do call an interface on all mods that support a remote interface function called "on_character_swapped" and it is given all the information it should need
{
new_unit_number = newEntity.unit_number,
old_unit_number = oldEntity.unit_number,
new_character = newEntity,
old_character = oldEntity
}
if the avatars mod implements the interface they can have jetpacking avatars.