OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: Ext3rmin4tor on 06 Jul 2011, 20:15:59

Title: Dialog and player movement
Post by: Ext3rmin4tor on 06 Jul 2011, 20:15:59
Is there a way to allow the player to move while a dialog is open? I don't want to use cutRsc because I can't modify the dialog.
Title: Re: Dialog and player movement
Post by: Pirin on 08 Jul 2011, 04:39:10
cutRsc is how.  How are you not able to modify the dialog?
Title: Re: Dialog and player movement
Post by: Ext3rmin4tor on 08 Jul 2011, 12:11:12
If you use cutRsc then you can't modify the text of the dialog with ctrlSetText. Anyway I googled a bit and found another topic where a guy asked the same thing, and they told him it is not possible to do that. You might be able to do it in ArmA 2 with overlays but there isn't enough documentation about them so I just used hintSilent to display the message I want, it's the only text over there.