Difference between revisions of "AddToFaction"
Jump to navigation
Jump to search
imported>Kkuhlmann |
imported>Talkie Toaster m |
||
Line 13: | Line 13: | ||
=='''Notes'''== | =='''Notes'''== | ||
*This | *This does not work the same as [[SetFactionRank]], which is called on the base form. | ||
Revision as of 13:22, 19 December 2008
Description
AddToFaction Adds an actor (only the reference not the base object) into a faction. It is called on the Reference and has two parameters: the faction, and the faction rank.
Syntax
[ActorREF.]AddToFaction Faction FactionRank
Examples
BuddyRef.AddToFaction AntFaction 1
BuddyRef is now in the AntFaction at rank 1, but not all Buddy base objects are in the AntFaction.
Notes
- This does not work the same as SetFactionRank, which is called on the base form.
See Also
Reference
None provided.