Jump to content
Casio91Fin

1 person view in town

Recommended Posts

Hello how do I get 1st person view, so that the command can not be skipped.

 

trigger:

 

Condition: this && (vehicle player in thisList)

 

On Activation: while {true} do {vehicle player switchCamera "INTERNAL"}; titleText ["You are\nIN\n1stPV Area!", "PLAIN DOWN", 3];

 

On Deactivation: titleText ["You are\nOUT\n1stPV Area!", "PLAIN DOWN", 3];

 

Share this post


Link to post
Share on other sites

@Casio91Fin, condition:

this && { (vehicle player) in thisList } && { cameraView == "EXTERNAL" }

On activation:

(vehicle player) switchCamera "INTERNAL";

titleText ["You are\nIN\n1stPV Area!", "PLAIN DOWN", 3];

 

  • Like 2

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×