FOnline Development > Questions and Answers
FOnline SDK - Question
E3245:
How would I suppose changing the background to a silent video playing or a 3d render of something like a deathclaw?
Wind_Drift:
This is most likely a stupid question, and the answer is likely staring me in the face. It has to do with dialog/editor.
Say I have a dialog, and each answer directs back to the same dialog. The first time everything is in order, but each subsequent time the answers are out of order.
Example:
(First time)
[]-[2] Would you like punched in the face? (Choose how many times you want punched in the face)
[]-[->2] Punch me in the face one time.
[]-[->2] Punch me in the face three times.
[]-[->2] Punch me in the face five times.
[]-[->Exit] That sounds like a bad deal, no punches plox.
Say I choose to be punched in the face one time... I click that answer, and it looks like this on the second option.
[]-[2] Would you like punched in the face? (Choose how many times you want punched in the face)
[]-[->2] Punch me in the face five times.
[]-[->2] Punch me in the face one time.
[]-[->Exit] That sounds like a bad deal, no punches plox.
[]-[->2] Punch me in the face three times.
Why is it doing that, and how am I able to "fix" it so that each time an answer is selected it reloads the answers in the correct order?
wladimiiir:
If you want to do it globally, then go to config.fos and look for:
--- Code: ---__NoAnswerShuffle = false;
--- End code ---
Set it to true and you are done. :)
But you can also set it in Dialog editor, where for each dialog (NPC answer) there is "No shuffle answers" option there, so just check it for each one you don't want to have shuffled answers. ;)
Wind_Drift:
--- Quote from: Mike Wall on June 14, 2013, 10:15:47 am ---If you want to do it globally, then go to config.fos and look for:
--- Code: ---__NoAnswerShuffle = false;
--- End code ---
Set it to true and you are done. :)
But you can also set it in Dialog editor, where for each dialog (NPC answer) there is "No shuffle answers" option there, so just check it for each one you don't want to have shuffled answers. ;)
--- End quote ---
See, I knew it was something simple.
That's been driving me crazy all night, thank you.
;D
wladimiiir:
--- Quote from: Wind_Drift on June 14, 2013, 10:45:43 am ---See, I knew it was something simple.
That's been driving me crazy all night, thank you.
;D
--- End quote ---
I advice to see (and understand) all variables that can be configured in config.fos, so you don't any more sleepless night. ;)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version