Home   Help Search Login Register  

Author Topic: attached script problem  (Read 903 times)

0 Members and 1 Guest are viewing this topic.

gadolinite

  • Guest
attached script problem
« on: 04 Jun 2003, 03:18:59 »
In this script, game logics update their position every time the loop loops.  The script 'impact' drops laser guided bombs on the game logics every incriment.  The purpose simulates the blast radius of an atomic bomb.  The cutscene part is buggy, so don't test the script,  :'( if anyone could just tell me what is wrong,  :) thank you.  

The loop is what appears to not be working, and the result is (which I am seeing is those scorch marks staying in one place) seemingly the game logics not moving.  I have both the scripts the situation involves (see attached)

SimonRussi

  • Guest
Re:attached script problem
« Reply #1 on: 04 Jun 2003, 08:35:17 »
?incr <= 21 : loop

shouldn't it be

?incr <= 21 : goto "loop"

or has it changed after v1.46?

*edit: anyway, are you receiving any error message?

simon
« Last Edit: 04 Jun 2003, 08:36:55 by SimonRussi »

gadolinite

  • Guest
Re:attached script problem
« Reply #2 on: 04 Jun 2003, 18:28:20 »
there is no error messages I am recieving, the loop is just is not working.  I am using version 1.90

gadolinite

  • Guest
Re:attached script problem
« Reply #3 on: 04 Jun 2003, 18:30:23 »
i dont think it has to be in quotes, but I wil try just in case

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:attached script problem
« Reply #4 on: 04 Jun 2003, 18:33:35 »
no it shud have goto b4 it nd between qoutes - simon is right dere ;)

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

gadolinite

  • Guest
Re:attached script problem
« Reply #5 on: 04 Jun 2003, 18:38:02 »
LCD, Please word that sentance in a legible way

What is b4, should goto be in between the quotes?

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:attached script problem
« Reply #6 on: 04 Jun 2003, 18:53:30 »
no but loop shud b :P

Quote
Please word that sentance in a legible way

we hgad thread bout dat  ::) i won :P

al i said is dat simon is right

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:attached script problem
« Reply #7 on: 04 Jun 2003, 20:17:12 »
LCD dictionary

(I'd hate to see anybody not being able to benefit from his most excellent advice ..... just as much as I'd hate to see him change style.)

2 dos - to those
al - all
b - be
b4 - before
bout - about
c - see
cuz - because
da - the
dat - that
dere - there
on activision - On Activation
r - are
sec - second, 2nd
shud - should
triger - trigger
nd - and
u - you



« Last Edit: 04 Jun 2003, 20:31:43 by macguba »
Plenty of reviewed ArmA missions for you to play

gadolinite

  • Guest
Re:attached script problem
« Reply #8 on: 04 Jun 2003, 20:41:19 »
thank you

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:attached script problem
« Reply #9 on: 04 Jun 2003, 20:42:09 »
rofl

Macca

tanks ;) - nd u didnt put transletion 2 dat ;)



LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

gadolinite

  • Guest
Re:attached script problem
« Reply #10 on: 05 Jun 2003, 01:00:16 »
 :)thanks for the help, the problem is solved ;)