OBD talk:BINA/OBJC: Difference between revisions
Jump to navigation
Jump to search
Script 10k (talk | contribs) mNo edit summary |
Script 10k (talk | contribs) mNo edit summary |
||
Line 6: | Line 6: | ||
Enter developer mode and type "chr_debug_characters = 1" into the '''"[[Developer_Mode#Console_input|console]]"'''. Hit Enter. | Enter developer mode and type "chr_debug_characters = 1" into the '''"[[Developer_Mode#Console_input|console]]"'''. Hit Enter. | ||
Alternatively you | Alternatively you can use the "where" command. | ||
Revision as of 20:11, 8 December 2012
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 and type "chr_debug_characters = 1" into the "console". Hit Enter.
Alternatively you can use the "where" command.
How do I teleport my character at a place in air - e.g. when I want to check the position of an 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.