OBD talk:BINA/OBJC

From OniGalore
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Some collections need coordinates for their objects...

How do I display coordinates, e.g. when I want the place a powerup at my position?

Enter Developer Mode, type "chr_debug_characters = 1" into the "dev console". Hit Enter.

Alternately you can use the "where" command.


How do I teleport my character to a place in mid-air, e.g. when I want to check the position of a particle?

Enter Developer Mode and type "chr_nocollision 0 1 " into the console. Hit Enter. (Now you can go also through walls.)

Type "chr_location 0 x y z" and hit Enter to teleport.