FutureProg functions
addtattoo
addtattoo overload 1
Boolean addtattoo(Character Character, Number TattooID, Text Bodypart, Character Tattooist, Number TattooistSkill, Number Completion)
Available in
- computer function
- computer program
- standard futureprog
This command attempts to add the specified tattoo to a character. Returns true if it was successful.
| Parameter | Type | Description |
|---|---|---|
Character |
Character |
The character who is getting the tattoo |
TattooID |
Number |
The ID number of the tattoo template to apply |
Bodypart |
Text |
The name of the bodypart to install the tattoo on |
Tattooist |
Character |
The tattooist who is responsible for the tattoo. Can be null |
TattooistSkill |
Number |
The skill of the tattooist. If it is null, checks the tattooist's skill |
Completion |
Number |
The completion percentage between 0.0 and 1.0 |