Difference between revisions of "TapControl"
Jump to navigation
Jump to search
added example
imported>Odessa (Expanded with codes- source gribbleshnibbit) |
imported>Odessa (added example) |
||
Line 11: | Line 11: | ||
}} | }} | ||
}} | }} | ||
==Example== | |||
Suppose you wanted to force third person if the player is in first: | |||
<pre> | |||
if IsPC1stPerson | |||
TapControl 13 ; POV key | |||
endif | |||
</pre> | |||
==Control Codes== | ==Control Codes== | ||