Search found 1 match

by mrife
Wed Jan 29, 2025 8:23 pm
Forum: Dialogue System for Unity
Topic: Dice roll Lua script syntax errors
Replies: 1
Views: 632

Dice roll Lua script syntax errors

Hello! I'm using this script to add dice rolls to dialogue system. I've added it to the Dialogue Manager. // Requires Dialogue System for Unity: https://www.pixelcrushers.com/dialogue-system/ using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Security...