So I was thinking it'd be really nice to be able to do something like this in an ACS script:
Code: Select all
ChangeActorProperty("FireBall", "Damage", 10)Moderator: GZDoom Developers
Code: Select all
ChangeActorProperty("FireBall", "Damage", 10)Code: Select all
biohazard@rabbit ~ $ bison -V
bison (GNU Bison) 2.1
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
biohazard@rabbit ~ $