Oblivion Script
1 program
Added 2026-02-12T00:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: ObScript
Provenance: commit 4e7c88e83a · authored 2026-02-12T12:53:41+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Gold Reward Script
Provenance: commit 4e7c88e83a · authored 2026-02-12T12:53:41+01:00 · agent claude-code · model sonnet · WebSearch disabled
scn MyFirstScript
short count
ref myItem
begin OnActivate
set count to 0
while count < 3
player.AddItem Gold001 100
set count to count + 1
endwhile
Message "You received 300 gold!"
end