Hi!
My level crashes because of this COG:
I set my lightning template to: +force_lightning
/Edward
My level crashes because of this COG:
Code:
# Zap Zap Zap # # By Edward symbols message startup message pulse thing ghost0 thing ghost1 thing ghost2 thing ghost3 thing ghost4 template lightning int r local end # code startup: SetPulse(0.2); return; pulse: r=rand()*5; CreateThing(lightning,ghost0[r]); return; end
I set my lightning template to: +force_lightning
/Edward