- Joined
- Jun 17, 2014
- Messages
- 5
- Reaction score
- 2
- First Language
- english
- Primarily Uses
I have a question about how to do something.
In the:
# Results for Actions on Actors
ActorDamage = "%s took %s damage!" = (Hero took 99 damage!)
How is it possible, if at all to comment out or remove the syntax that prints the actors name?
When only using one %s the result is that the heros name will print rather than the
damage number. This leaves you open to fewer ways to write out the battle dialogue in basic
tinker mode. I know... there are scripts for that..
Since they are both the same, ( %s ) I'm sure soemthing else in one of the other scripts is
responsible for knowing that the first one in the list is the heros name to be printed and
the second is the number of damage points to be printed.
Leaving one of those %s (whatever it may be called) results in the following:
"They did Hero damage!" (Bad vocabular BAD!)
I hope this will not confuse anyone.
Thank You Mr. or Mrs/s..
In the:
# Results for Actions on Actors
ActorDamage = "%s took %s damage!" = (Hero took 99 damage!)
How is it possible, if at all to comment out or remove the syntax that prints the actors name?
When only using one %s the result is that the heros name will print rather than the
damage number. This leaves you open to fewer ways to write out the battle dialogue in basic
tinker mode. I know... there are scripts for that..
Since they are both the same, ( %s ) I'm sure soemthing else in one of the other scripts is
responsible for knowing that the first one in the list is the heros name to be printed and
the second is the number of damage points to be printed.
Leaving one of those %s (whatever it may be called) results in the following:
"They did Hero damage!" (Bad vocabular BAD!)
I hope this will not confuse anyone.
Thank You Mr. or Mrs/s..