From 73d6bb8ca486ee00f6c5de5d614ccad0dd76210f Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sat, 25 Sep 2010 15:08:30 +0300 Subject: [PATCH] Properly set you to Vore Princess in the last campaign levels --- data/maps/campaign_voretournament_19.cfg | 4 +++- data/maps/campaign_voretournament_20.cfg | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/data/maps/campaign_voretournament_19.cfg b/data/maps/campaign_voretournament_19.cfg index f1dd9c35..be068d6b 100644 --- a/data/maps/campaign_voretournament_19.cfg +++ b/data/maps/campaign_voretournament_19.cfg @@ -2,8 +2,10 @@ // do NOT attempt to set cvars here! Those cvars must be set from the campaign file properly // this is only for scripts and other commands you wish to run for a given level -// change our name for this campaign level +// set our character for this campaign level settemp _cl_name "Vore Princess" +settemp _cl_playermodel models/player/vixen.zym +settemp _cl_playerskin 0 // ---------------------------------------------------------------- // Automated chat bot code: diff --git a/data/maps/campaign_voretournament_20.cfg b/data/maps/campaign_voretournament_20.cfg index 1f3b4cee..4644e9df 100644 --- a/data/maps/campaign_voretournament_20.cfg +++ b/data/maps/campaign_voretournament_20.cfg @@ -2,8 +2,10 @@ // do NOT attempt to set cvars here! Those cvars must be set from the campaign file properly // this is only for scripts and other commands you wish to run for a given level -// change our name for this campaign level +// set our character for this campaign level settemp _cl_name "Vore Princess" +settemp _cl_playermodel models/player/vixen.zym +settemp _cl_playerskin 0 // ---------------------------------------------------------------- // Automated chat bot code: -- 2.39.2