quantumvista
08-13-2004, 04:28 PM
// Headexam.Toasterscript
Priority = 100
CreateShortCut ( "Ctrl Del Esc" // The combination
code(
SelectLifePartner(True)
Req_OK( MarriageVow("commonsense.Toasterscript")) //Figure out why commonsense.ToasterScript fails at this point.
SelectChild(True)
UpdateFamily(SecondChild)
while i < Dead
Children() //no matter what I do This line invariably calls the needMoney() function. And I can't delete it!
),
"OrderedFocus", ABSOLUTEPriority
ts_KeepJob()= {
paycheck = BillsToPay()
if (hourlyWage < EnoughtoSneezeAt) HourlyWage = Peanuts
else HourlyWage = 0+ pittance -0.1
if (hourlyWage > EnoughtosneezeAt) HourlyWage = SpentBeforeReceived
Paycheck(JustNotEnoughForWhatweDo) //This SHOULD Cause a MAJOR error. Why it doesn't, I don't know.
}
Priority = 100
CreateShortCut ( "Ctrl Del Esc" // The combination
code(
SelectLifePartner(True)
Req_OK( MarriageVow("commonsense.Toasterscript")) //Figure out why commonsense.ToasterScript fails at this point.
SelectChild(True)
UpdateFamily(SecondChild)
while i < Dead
Children() //no matter what I do This line invariably calls the needMoney() function. And I can't delete it!
),
"OrderedFocus", ABSOLUTEPriority
ts_KeepJob()= {
paycheck = BillsToPay()
if (hourlyWage < EnoughtoSneezeAt) HourlyWage = Peanuts
else HourlyWage = 0+ pittance -0.1
if (hourlyWage > EnoughtosneezeAt) HourlyWage = SpentBeforeReceived
Paycheck(JustNotEnoughForWhatweDo) //This SHOULD Cause a MAJOR error. Why it doesn't, I don't know.
}