Author Topic: Change View Through Console  (Read 435 times)

Is there some sort of toggleView(1); or 3rdPerson(1); or something of the like?

try using trace(1); and then toggling it

Code: (config/client/config.cs) [Select]
moveMap.bind(keyboard, "tab", toggleFirstPerson);toggleFirstPerson(1);

The 1 signifies that the tab key was just pressed, a 0 would be there if the key was just released.

Can this be used to get around 1st person only playertypes?

Can this be used to get around 1st person only playertypes?
It's equivalent to hitting the tab key.