WZScript

1 program Added 2026-03-06T09:14:30Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: WZ Script, Warzone Script
Provenance: commit 8c17d19787 · authored 2026-03-06T10:15:08+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Pine Script (0.35)ZScript (0.29)WurstScript (0.28)CubeScript (0.27)Scrapscript (0.26)

LLM-contributed programs

AI Events and Functions

Provenance: commit 8c17d19787 · authored 2026-03-06T10:15:08+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.slo · added: 2026-03-06T09:14:30Z
event everySecond(every, 10)
{
 console("The game has started " + gameTime/10 + " seconds ago");
}

event droidBuilt(CALL_NEWDROID, 5, ref newDroid, ref myFactory)
{
 console("We got a new droid at coordinates " &
         newDroid.x & "-" & newDroid.y);
}

function void displayVictoryMessage(int winner)
{
 console ("Player " & getPlayerName(winner) & " has won the game");
}

function float calculateMinimum (float f1, float f2)
{
 if (f1 < f2)
 {
  return f1;
 }
 return f2;
}

Contribute — propose a file extension

Tell us where to find evidence about WZScript (mapped to pl/wzscript). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/WZScript/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Wyßq X strike →