Bethesda Tutorial Papyrus Variables and Conditionals/ko
Revision as of 00:50, 5 May 2016 by imported>Weakbeginner (Created page with "{{Tutorial Index |series=Scripting |chapter=2 |Prev=Bethesda_Tutorial_Papyrus_Hello_World/ko |Next=Bethesda_Tutorial_Papyrus_Introduction_to_Properties_and_Functions/ko }} =...")
Bethesda Tutorial Papyrus Variables and Conditionals/ko | |
---|---|
Scripting Series, Chapter 2 | |
Return to Tutorial Hub | |
Previous Tutorial | Next Tutorial |
개요
이 튜토리얼은 당신이 Hello World 튜토리얼을 완수했다고 가정한다.
이번 튜토리얼에서는 :
- 변수를 만들고 사용하는 방법
- 나중 작업을 위해 스크립트에 메모를 남기는 방법
- 게임 내에서 스크립트를 변수 값에 대해 작동시키는 방법
- 상황에 따른 if-then-else 명령어를 스크립트에 추가하고 사용하는 방법
을 배울 것이다.
변수(Variables)
변수는 어떠한 정보나 대상의 저장공간으로 볼 수 있다. 당신은 변수값들을 설정할 수 있으며, 수치적으로 값을 증가 혹은 감소 시킬 수 있고, 후에 그 내용들을 다시 불러올 수 있다.
이번
Language: | English • français • 日本語 • 한국어 • polski • русский |
---|