Notifications
Clear all

[Closed] What is your script for life? 😉

 eek

Remember:

life != work

1 Reply
(@pixel_monkey)
Joined: 11 months ago

Posts: 0

Yes, but work == life. One of those fun paradoxes of life.

-Eric

try(work)
catch(beer)

Good stuff Bobo,

I have another BASIC code for life too,

10 PRINT BE AWESOME
20 GOTO 10
10 nop
20 GoTo 10

I’m rather lazy

lol


 pay = for o in work collect o
 	
 for i in pay.count do
 (
 	have fun
 )
 
(--freelance scope
	fn isUsefull tool =
	(
		wasRequested tool
	)
	
	local tries = #(infin)
	
	local fun = for o in jobs collect if isUsefull o[1] then pay else append tries o; dontCollect
	
	while not isWorking (refs.dependentNodes this)[1] do for f in fun do beer = f*tries.count	
)
year = 0
 chance = rand(0,1)
 
 while(True):
     
     if year > 80 and chance < 0.1:
         exit()        
     
     fun()
 
     chance -= 0.05
     year += 1
while time.passes ()
     try ( live () )
          catch ( die () )

Light

Struct UCantTouchThisStruct
 (
 stop = false
 fn HammerTime = (break it down)
 )
 
 UCantTouchThis = UCantTouchThisStruct stop:true
 if UCantTouchThis.stop then HammerTime()
1 Reply
(@davewortley)
Joined: 11 months ago

Posts: 0

Absolutely Love it!

 PEN
fn work=(call clients, rig characters, maybe get to model something, write lots of code)
  fn family=(play with kids make wife a nice dinner)
  fn play=(family();mountain bike)
  case mood of
  (
  	"Stressed": play()
  	"Annoyed at clients": play()
  	"Dog peed in livingroom": play()
  	"Can't get max script to work": for i = 1 to 10 do play()
  	"Need reason to keep going": family()
  	default: work()
  )
Page 2 / 3