Jump to content
Sign in to follow this  
Aculaud

Does hint text show up in veteran mode?

Recommended Posts

I like using hint text to tell the player about functions that i add like artillery and whatnot, but i respect the fact that many people play in veteran mode. So will hint text still show up for them?

Share this post


Link to post
Share on other sites

Yes, when you preview in the editor you are in veteran mode.

RED

Share this post


Link to post
Share on other sites

there is a condition called 'cadetmode'.

You can use that along with your existing conditions for showing the hints.

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">condition:yourcondition && cadetmode

on activation: hint"bla-bla-bla-bla"<span id='postcolor'>

That way the hints only show when the player is playing in cadetmode smile.gif

Share this post


Link to post
Share on other sites

AFAIK, hint shows up in veteran mode if objective becomes visible (from hidden), or if mission maker made to do so.

Share this post


Link to post
Share on other sites

No Ralph Wiggum, hints don't show when an objective comes avalible (unless the mission designer makes it happen)

RED

Share this post


Link to post
Share on other sites

ah, yes...thanx for that..i forgot about that....i was thinking about when i made a mission and was testing....and got confused. wink.gif

Share this post


Link to post
Share on other sites

Theres a comman called hintC which makes it only show up in cadet mode.

hintC "Im a big weeny!" biggrin.gif

tounge.gif PEACE

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 (GAMEER_77 @ Sep. 15 2002,11:47)</td></tr><tr><td id="QUOTE">Theres a comman called hintC which makes it only show up in cadet mode.

hintC "Im a big weeny!"  biggrin.gif

tounge.gif PEACE<span id='postcolor'>

No, all "hintc" does is make the player aknowledge what the text says by hitting 'enter' for the game to continue.

'HintC' works in both cadet and Vet-mode.

If you want hints to show up in cadet-mode only, then follow what I said in a previous post wink.gif

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  

×