Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Morale Script  (Read 610 times)

0 Members and 1 Guest are viewing this topic.

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Morale Script
« on: 06 Oct 2003, 17:26:30 »
This is my VERY primitive Morale/Arrest script for NPD Deluxe Edition(read more: http://www.thetom.co.uk/freehosting/gameer/phpBB2/viewtopic.php?t=6). I will improve it as soon as I get it to work ::) . Any help appriciated.

Code: [Select]
_badman = _this select 0

#startover

_badman setcaptive false

_morale = random 100 + 30

#loop
; Morale Negative
? handshit _badman : goto "handsup"
_damage = getdammage _badman
_damage = _damage * 2
_morale = _morale - _damage
; Morale Boosts
? handshit player : _morale = _morale + 3
_damagep = getdammage player
_damagep = _damagep * 2
_morale = _morale + _damage
? _morale < 1 : goto "handsup"
~5
goto "loop"

#handsup
_badman switchmove "FXWomanSur"
_badman setcaptive true
_morale2 = _morale2 + (player distance _badman)
_morale2 > 1000 : goto "startover"
~5
goto "handsup"

I don't get any errors or anything it just wont work! Anyone know what's wrong with it? Cheers!

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Morale Script
« Reply #1 on: 06 Oct 2003, 17:30:09 »
Sorry m8s, double post. I'll lock this one.

:beat: *Gets Shot* :beat: