Difference between revisions of "ModActorValue - Actor"
→Syntax
imported>Griffinsclaw |
imported>Thingy Person (→Syntax) |
||
Line 9: | Line 9: | ||
Function ModActorValue(string asValueName, float afAmount) native | Function ModActorValue(string asValueName, float afAmount) native | ||
Function ModAV(string asValueName, float afAmount) | Function ModAV(string asValueName, float afAmount) | ||
ModActorValue(asValueName, afAmount) | |||
EndFunction | |||
</source> | </source> | ||