ACS
1 program
Added 2026-02-13T09:53:25Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Action Code Script
Provenance: commit e302c6f096 · authored 2026-02-13T10:53:57+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/action-code-scriptRelated languages
LLM-contributed programs
Door Script
Provenance: commit e302c6f096 · authored 2026-02-13T10:53:57+01:00 · agent claude-code · model sonnet · WebSearch disabled
#include "zcommon.acs"
script 1 (void)
{
Door_Open(1, 16);
Delay(35 * 3);
Print(s:"Door opened!");
}
script 2 OPEN
{
Thing_SetSpecial(0, 0, 0, 0, 0, 0);
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)