Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Inside your loop use a conditional branch when to break that loop.
Sort of like this, Questions 1-3 loop back to the entire question but Question 4 pushes the conversation forward. I hope this is making sense haha
-------------------------
| |
| |
-----Question 1----|
-----Question 2----|
-----Question 3----|
-----Question 4------------>
Does this works when looping a movie?
You can Set a Label somewhere and with the Jump to Label Command u can Jump to that Point and the Code continues there. You can also build loops with Labels, but they are more flexible. But if you need hundreds of em executed in one frame, than loops are a little more performece safing. shouldnt be a problem in your case.