Difference between revisions of "Bethesda Tutorial Papyrus Hello World/ko"

imported>Weakbeginner
imported>Weakbeginner
 
(2 intermediate revisions by the same user not shown)
Line 66: Line 66:
</source>
</source>


마지막 단계를 조금 더 설명하자면, 이 문장들의 문법이 다음과 같이 망가질 수 있다. :
방금 전 단계를 조금 더 설명하자면, 이 문장들의 문법이 다음과 같이 분해할 수 있다. :
:'''Debug.'''MessageBox("Hello, World!") : 이 메세지는 우리가 다른 스크립트에서 함수를 불러오고 있다는 것이다. (다음 항목 참고 [[Debug_Script|Debug Script Object]])
:'''Debug.'''MessageBox("Hello, World!") : 이 메세지는 우리가 다른 스크립트에서 함수를 불러오고 있다는 것이다. (다음 항목 참고 [[Debug_Script|Debug Script Object]])
:Debug.'''MessageBox'''("Hello, World!") : [[MessageBox_-_Debug|MessageBox]]는 메세지 박스를 띄우는 기능(함수)이다.
:Debug.'''MessageBox'''("Hello, World!") : [[MessageBox_-_Debug|MessageBox]]는 메세지 박스를 띄우는 기능(함수)이다.
Line 89: Line 89:


다음은 [[Bethesda_Tutorial_Papyrus_Variables_and_Conditionals|how to use variables and conditional statements]]에서 당신의 스크립트를 좀 더 복잡하게(혹은 정교하게) 만드는 방법에 대해 배워볼 수 있을 것이다.
다음은 [[Bethesda_Tutorial_Papyrus_Variables_and_Conditionals|how to use variables and conditional statements]]에서 당신의 스크립트를 좀 더 복잡하게(혹은 정교하게) 만드는 방법에 대해 배워볼 수 있을 것이다.
Edited by AG초보(2016. 05. 05)


{{Languages|Bethesda_Tutorial_Papyrus_Hello_World}}
{{Languages|Bethesda_Tutorial_Papyrus_Hello_World}}
Anonymous user