vektorboson 8 Posted September 2, 2002 Hi, I just played around with the dialog-functions in OFP:Resistance and found this one: Create a Trigger with Radio:Alpha as Activation. Then type in the "On Activation"-Field: </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> ok = createDialog "RscDisplayDebug" <span id='postcolor'> Well if you then preview the mission and call radio alpha, then you get a little surprise! Actually it doesn't work, but it's nice to look at. Share this post Link to post Share on other sites
GAMEER_77 0 Posted September 2, 2002 Oooh How did you find that out? PEACE Share this post Link to post Share on other sites
uiox 0 Posted September 2, 2002 Hi, As your habit it's a very good idea. I have try this : _ok = createdialog "RscDisplayMainVBS1" and have the main dialog of OFP, with lot of errors... So I think we call the dialog but not the script or something else. But with this you can see your console is better cause you can store... PS : I'm very "mauvaix" in the misunderstanding  My apologize. cordialement uiox Share this post Link to post Share on other sites
uiox 0 Posted September 2, 2002 Try this : ok = createDialog "RscDisplayDebug" ;ctrlSetText [101, "It's an idea of Bigpoppa"] Share this post Link to post Share on other sites
GAMEER_77 0 Posted September 2, 2002 Hmmm...wonder what that does Theres some more stuff like that in the resource file in the BIN directory in OFP. Have a look... PEACE Share this post Link to post Share on other sites
GAMEER_77 0 Posted September 2, 2002 Here's a full list of all of them (including the ones mentioned above): RscDisplayGame RscDisplaySave RscDisplayArcadeMap (Mission editor! RscDisplayArcadeUnit (guess) RscDisplayArcadeGroup RscDisplayArcadeMarker RscDisplayArcadeMarkerSimple RscDisplayArcadeSensor RscDisplayArcadeSensorSimple RscDisplayArcadeEffects RscDisplayArcadeEffectsSimple RscDisplayArcadeWaypoint RscDisplayArcadeWaypointsimple RscDisplayChannel RscDisplayArcadeUnitSimple RscDisplayChat RscDisplayVoiceChat RscDisplayTemplateSave RscDisplayTemplateLoad RscDisplayIntel RscDisplayIntelSimple RscDisplayMain RscDisplayInsertMarker RscDisplayCustomArcade RscDisplaySingleMission RscDisplayOptions RscDisplayOptionsVideo RscDisplayOptionsAudio RscDisplayDifficulty RscDisplayConfigure RscDisplayMultiplayer RscDisplayPassword RscDisplayIPAddress RscDisplayServer RscDisplayClient RscDisplayServerSetup RscDisplayClientSetup RscDisplayServerSide RscDisplayClientSide RscDisplayMultiplayerRole RscDisplayMainVBS1 RscDisplayMPPlayers RscDisplayClientWait RscDisplayMPPlayers RscDisplayDebug RscDisplayMainMap RscDisplayGetReady RscDisplayServerGetReady RscDisplayClientGetReady RscDisplayDebriefing RscDisplaySelectIsland RscDisplayLogin RscDisplayNewUser RscDisplayCampaignLoad RscDisplayRevert RscDisplayEmpty RscDisplayCampaign RscDisplayMission RscDisplayIntro RscDisplayOutro RscDisplayAward RscDisplayInterrupt RscDisplayMissionEnd RscDisplayHintC RscDisplayLoadMission Courtesy of our good friend "resource". I knew that done something useful.  nudge...nudge...vektor  PEACE Share this post Link to post Share on other sites
RED 0 Posted September 2, 2002 Good work Gamer_77, I will try all of them out later. RED Share this post Link to post Share on other sites