Differences

This shows you the differences between the selected revision and the current
version of the page.


resource:talk_lines_one_line_in_string.tab 2008/11/24 20:06 resource:talk_lines_one_line_in_string.tab 2009/08/13 19:54 current
Line 10: Line 10:
I'd write in my code I'd write in my code
-<code script>actor.talk("/GUYBRUSH_HELLO_00/Hello"); +<code script> 
-actor.talk("/GUYBRUSH_HELLO_01/My name Is Guybrush Threepweeod."); +actor.Talk("/GUYBRUSH_HELLO_00/Hello"); 
-actor.talk("/GUYBRUSH_HELLO_02/I want to be a pirate.");</code>+actor.Talk("/GUYBRUSH_HELLO_01/My name Is Guybrush Threepweeod."); 
 +actor.Talk("/GUYBRUSH_HELLO_02/I want to be a pirate.");</code>
and in string.tab i'd have: and in string.tab i'd have:
Line 61: Line 62:
    }     }
-}</script>+} 
 +</code>
Now, i also want to make sure that i have all my strings in my string.tab so instead of the text hardcoded i write “MISSING_TEXT BLABLABLA” so i'd know what's missing when i do QA work. Now, i also want to make sure that i have all my strings in my string.tab so instead of the text hardcoded i write “MISSING_TEXT BLABLABLA” so i'd know what's missing when i do QA work.
so now what i have is : so now what i have is :
-<code script>actor.talk("/GUYBRUSH_HELLO/MISSING TEXT GUYBRUSH_HELLO");</code>+<code script>actor.Talk("/GUYBRUSH_HELLO/MISSING TEXT GUYBRUSH_HELLO");</code>
and in string.tab and in string.tab
 
resource/talk_lines_one_line_in_string.tab.1227553562.txt.gz · Last modified: 2008/11/24 20:06 by Jyujinkai
Recent changes RSS feed Creative Commons License Driven by DokuWiki