exploder error

Post your scripting questions / solutions here

Moderator: Moderators

Post Reply
User avatar
small_sumo
Lieutenant General
Posts: 953
Joined: Mon Jul 01, 2002 4:17 pm
Contact:

exploder error

Post by small_sumo »

This is in my logfile, it goes on and on like that.

Any ideas?

^~^~^ Script Error: NULL entity in parameter 1

Forward velocity: 65.124
for (local.i=1;local.i<level.explodersmasheds+1;local.i++) (global/exploder.scr, 414)
for (local.i=1;local.i<level.explodersmasheds^

^~^~^ Script Error: binary '+' applied to incompatible types 'NIL' and 'int'

for (local.i=1;local.i<level.explodersmasheds+1;local.i++) (global/exploder.scr, 414)
for (local.i=1;local.i^

^~^~^ Script Error: binary '<' applied to incompatible types 'int' and 'NIL'

for (local.i=1;local.i<level.exploders+1;local.i++) (global/exploder.scr, 432)
for (local.i=1;local.i<level.exploders^

^~^~^ Script Error: binary '+' applied to incompatible types 'NIL' and 'int'

for (local.i=1;local.i<level.exploders+1;local.i++) (global/exploder.scr, 432)
for (local.i=1;local.i^

^~^~^ Script Error: binary '<' applied to incompatible types 'int' and 'NIL'

for (local.i=1;local.i<level.exploderfires + 1;local.i++) (global/exploder.scr, 441)
for (local.i=1;local.i<level.exploderfires ^

^~^~^ Script Error: binary '+' applied to incompatible types 'NIL' and 'int'

for (local.i=1;local.i<level.exploderfires + 1;local.i++) (global/exploder.scr, 441)
for (local.i=1;local.i^

^~^~^ Script Error: binary '<' applied to incompatible types 'int' and 'NIL'
Image

www.smallsumo.tk

Yeah Truth above Honor Man ;)
jv_map
Site Admin
Posts: 6521
Joined: Tue Sep 03, 2002 2:53 pm
Location: The Netherlands
Contact:

Post by jv_map »

Hmm maybe the part above the first error will give us a clue... :?
Image
User avatar
small_sumo
Lieutenant General
Posts: 953
Joined: Mon Jul 01, 2002 4:17 pm
Contact:

Post by small_sumo »

Well guys I am sorry to say this is embarrasment on a whole new level. I didnt add exec global/exploder in my script. Now that is sad, I wont be happy until I am rubbished by each and everyone of you for this lol.


:)

See a pic here.

http://www.modtheater.com/forum/showthr ... #post87942


:oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops:
:oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops:
:oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops:
:oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops:
:oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops:
Image

www.smallsumo.tk

Yeah Truth above Honor Man ;)
jv_map
Site Admin
Posts: 6521
Joined: Tue Sep 03, 2002 2:53 pm
Location: The Netherlands
Contact:

Post by jv_map »

lol no problem :) glad it's fixed :wink:
Image
Post Reply