中级玩家
![Rank: 3](static/image/common/star_level2.gif) ![Rank: 3](static/image/common/star_level1.gif)
- 贡献度
- 0
- 金元
- 1300
- 积分
- 130
- 精华
- 0
- 注册时间
- 2012-2-12
|
Example:
SpawnSpecialCompanion(ciri) Spawns Ciri
SpawnCompanion(ciri, 10) Spawns 10 Ciri's
SpawnCompanion(yennefer, 2, 1) Spawns 2 Yennefer's. The last one spawned is displayed on the HUD.
SpawnCompanion(triss, 3, 1, 1, 1) Spawns 3 Triss'. All are invincible, have text above their head. The last one spawned is displayed on the HUD.
RemoveCompanion(name)
Removes a companion depending on what name was used to spawn them. This is case sensitive.
RemoveAllCompanions()
Removes all companions from the world.
|
|