| Blockland Forums > General Discussion |
| What was that one command that lets you change your character's position? |
| (1/4) > >> |
| TristanLuigi:
I remember there being an eval function that allows you to teleport your player, like fcbn("TristanBomb").player.setPosition(); or something. |
| Johnny Blockhead:
If that isn't working, did you define fcbn |
| TristanLuigi:
--- Quote from: Johnny Blockhead on September 08, 2013, 02:34:05 AM ---If that isn't working, did you define fcbn --- End quote --- I changed it to findClientByName, turns out fcbn was added by the eval add-on. However, I still don't know the function :/ |
| Fluff-is-back:
playerObject.setTransform() X Y Z Rot |
| Advanced Bot:
$somePos = %player.getPosition(); %player.position = $somePos; |
| Navigation |
| Message Index |
| Next page |