muddflap Posted March 2, 2015 Posted March 2, 2015 I'm trying to create dialogue in my game. I don't see any properties under the Entity class that can add it to an asset via scripts. That's the only way I could think of doing it. I'm new so I was wondering if one of you vets could help a noob out? Quote
beo6 Posted March 2, 2015 Posted March 2, 2015 I wouldn't consider me a vet, but you will need to create a script for dialogues. Look here http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/context/contextdrawtext-r731 to see how to draw text on screen. The logic of the dialogue system itself you will need to code yourself since that depends in how it will work in your game. 1 Quote
AggrorJorn Posted March 2, 2015 Posted March 2, 2015 If you create an entity and want it to be a child of another entity, you can use the SetParent() command. http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/entity/entitysetparent-r187 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.