Home   Help Search Login Register  

Author Topic: im in Trople!!!!!!!  (Read 3314 times)

0 Members and 1 Guest are viewing this topic.

netta1234

  • Guest
Re:im in Trople!!!!!!!
« Reply #15 on: 19 Jul 2004, 17:20:40 »
 ;D cool

DBR_ONIX

  • Guest
Re:im in Trople!!!!!!!
« Reply #16 on: 03 Aug 2004, 21:12:15 »
Ah, best post I've seen today ;D
I'll have a look at that sandstorm script (i.e look for it :P)
- Ben

Offline Roni

  • Members
  • *
  • Play the Game !
Re:im in Trople!!!!!!!
« Reply #17 on: 04 Aug 2004, 03:47:03 »
Here's toadeaters sandstorm script for you.

Have fun with it !



Roni

DBR_ONIX

  • Guest
Re:im in Trople!!!!!!!
« Reply #18 on: 04 Aug 2004, 16:18:57 »
Thanks ;D
Will muck around later :)
- Ben

Victor78

  • Guest
Re:im in Trople!!!!!!!
« Reply #19 on: 05 Aug 2004, 20:12:07 »
Going off terox's script I just made it so that everytimg you got dammage you would not see the redflash and make a sound like you were hurt. You just die if you do not get to Burger king.
Code: [Select]
;hungry.sqs

count = 100

#start
@alive Player

#loop
~5
?(Player distance BurgerKing <5): count = 100
?(Player distance BurgerKing >5): count = count - 1
?(count < 25): goto "VERY_Hungry"
goto "loop"

#VERY_Hungry
~5
?!(Alive Player): goto "start"
?(Player distance BurgerKing <5): goto "loop"
goto "VERY_Hungry"