Forum Discussion

KingOfNuthin's avatar
4 years ago

TUTORIAL: How to set side or faction in portal editor

RANDOM SIDE AT GAME START

Set the event variable in the rule (purple element) to "OnGameModeStarted".

Here's where you can find the used modules:

  • condition (rules)
  • setTeamID (gameplay)
  • getTeamID (player)
  • randomReal (maths)
  • numbers (literals)

SPECIFIC SIDE AT GAME START

Set the event variable in the rule (purple element) to "OnGameModeStarted".

Here's where you can find the used modules:

  • condition (rules)
  • setTeamID (gameplay)
  • ifThenElse (logic)
  • getTeamID (player)
  • factions (selection lists)
  • true (literals

15 Replies

Featured Places