Jump to content
Sign in to follow this  
=BFP=Cheetah

Again some editing questions

Recommended Posts

#1:

How to use the cadetmode command? I can't get is to work (to detect if you're playing in cadet or veteran)

#2:

where should i place the "loose" end in the briefing?

I select it in the trigger but where to place it for the debriefing text

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">How to use the cadetmode command? I can't get is to work (to detect if you're playing in cadet or veteran)<span id='postcolor'>

try this in some script:

?( cadetmode ) : hint "Playing in cadet mode"

?( !cadetmode ) : hint "Playing in veteran mode"

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">

try this in some script:

?( cadetmode ) : hint "Playing in cadet mode"

?( !cadetmode ) : hint "Playing in veteran mode"

<span id='postcolor'>

could you give more info about this?

i tried it in a trigger and a script but it didn't work,

could you give more info (in a normal script or init.sqs)

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
Sign in to follow this  

×