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: Player Unable To Put Out Fire  (Read 1169 times)

0 Members and 1 Guest are viewing this topic.

armymanbronson

  • Guest
Player Unable To Put Out Fire
« on: 17 Oct 2002, 13:08:15 »
Hey Guys  ;D i was wondering if anyone knew if it's possible to say put a fire in the game, like cat's fires. and make sure the player cant put them out, like it doesnt give him the option. is it possible or am i the king of wishful thinking?
saty cool
bronson

seanver

  • Guest
Re:Player Unable To Put Out Fire
« Reply #1 on: 17 Oct 2002, 19:52:44 »
Since my English is still limited, I didn't understand the thing about cat's fires. Anyway, I assume you want to put a fire on and don't let the player to put it out. Ok, I don't think that the command can be removed, but we can make a script to check whether or not the fire is out, and if it is so, light it again:

Code: [Select]
#loop

? !(inflamed firename) : goto "lightit"

~0.05

goto "loop"

#lightit

firename inflame true

goto "loop"
« Last Edit: 17 Oct 2002, 19:57:38 by SeAnVeR »