Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about tabletop-simulator

Read more about tabletop-simulator

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - tabletop-simulator

LUA error "pattern too complex" - Tabletop Simulator

I have a string and I am trying to extract a particular section of from it using a LUA pattern match. I saved this as regex which you can see here, along with the string and regex syntax which extract...
test-img

Mucker

lua

lua-patterns

tabletop-simulator

Votes: 0

Answers: 3

Latest Answer

You can use result = s:match("Weapons.-\n(.-)\n\n") See the online Lua demo. Details: Weapons - a word .- - any zero or more chars, as few as possible \n - a newline char (.-) - Group 1: a...
test-img

Wiktor Stribiżew

LUA executing code in wrong order - Could be Tabletop Simulator related

I am fairly new to LUA and still learning. So far I haven't came across any async features, but my code seems to be behaving this way. It is really bizarre. I have the following function: function chg...
test-img

Mucker

lua

tabletop-simulator

Votes: 0

Answers: 1

Latest Answer

The issue was that I was using a Tabletop Simulator function called wait inside tagetweapons() (not shown). Example of how to use it below: Wait.frames( function() print("Hello!"...
test-img

Mucker

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved