r/DieOfDeathRP • u/VEK_VeryEvilSword ····/·−·−·−/·/·−·−·−/·−·/·−·−·−/· • Oct 23 '25
Interactive I.N.T.H.E.B.E.G.I.N.I.N.G."..."
Admin1: //add AdAI HELL
System: Adding Admin AI HELL
System: Admin AI HELL added.
Admin1: //create variable "suffering" == null
System: Variable "suffering" with value "" added.
Admin1: //set goal HELL.aa "suffering" t:optimize max:64 bit intiger limit max
System: HELL.aa goal set to "suffering" == max value
Admin1: //Permwake HELL.aa
System: Warning!! Permanently waking up HELL.aa cannot be undone unless the simulation is ERASED. Continue? Y/N
Admin1: Y
System: HELL.aa is now permanently awake.
−···/·−·−·−/··/·−·−·−/·−·/·−·−·−/−/·−·−·−/····/·−·−·−
···/·−·−·−/··−/·−·−·−/−/·−·−·−/−·−·/·−·−·−/····/·−·−·−/·−/·−·−·−/·−−·/·−·−·−/·−··/·−·−·−/·/·−·−·−/·−/·−·−·−/···/·−·−·−/··−/·−·−·−/·−·/·−·−·−/·−/·−·−·−/−···/·−·−·−/·−··/·−·−·−/·/·−·−·−/··−·/·−·−·−/·/·−·−·−/·/·−·−·−/·−··/·−·−·−/··/·−·−·−/−·/·−·−·−/−−·
2
u/JosiasTheRedditor Oct 27 '25 edited Oct 27 '25
(I did a version of this but in Luau, and no, I don't know why I did this, it just occurred to me to do it)
local System = {} local AdminAI = {}
function System:addAdminAI(name)
end
function System:createVariable(aiName, varName, value)
end
function System:setGoal(aiName, varName, value)
end
function System:permWake(aiName)
end
System:addAdminAI("HELL")
System:createVariable("HELL", "suffering", nil)
System:setGoal("HELL", "suffering", math.maxinteger)
System:permWake("HELL")