Skip to content

interval() is not functional #103

Description

@lazermaniac

Any E2 chips being run by an interval() call will execute exactly twice, throwing the following (possibly unrelated) error for the first expression executed during a play session:

[ERROR] lua/includes/extensions/table.lua:536: bad argument #1 to 'pairs' (table expected, got nil)
  1. pairs - [C]:-1
   2. SortedPairs - lua/includes/extensions/table.lua:536
    3. FilePopulateCallback - lua/vgui/dtree_node.lua:539
     4. FilePopulate - lua/vgui/dtree_node.lua:588
      5. unknown - lua/vgui/dtree_node.lua:607

Timer Failed! [Simple][@lua/vgui/dtree_node.lua (line 604)]

After that, it will just stop executing after 2 cycles without further errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions