Announcements, support questions, and discussion for the Dialogue System.
-
hrohibil
- Posts: 369
- Joined: Thu Nov 04, 2021 12:50 pm
Post
by hrohibil »
Hi Toni
Using LUA, how do write out this bool value in the dialogue script entry?
-
Tony Li
- Posts: 22108
- Joined: Thu Jul 18, 2013 1:27 pm
Post
by Tony Li »
Code: Select all
Lua.RegisterFunction(nameof(setBoolMachineGun), this, SymbolExtensions.GetMethodInfo(() => setBoolMachineGun()));
-
hrohibil
- Posts: 369
- Joined: Thu Nov 04, 2021 12:50 pm
Post
by hrohibil »
Thank you !!!!!!!!!