Initial Commit
Initial Commit
This commit is contained in:
11
_module/nss/tour_round4.nss
Normal file
11
_module/nss/tour_round4.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "x4_inc_functions"
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
string sDB = CharacterDB(oPC);
|
||||
if (GetCampaignInt(sDB, "TOUR_ROUND") != 4) return FALSE;
|
||||
|
||||
//Prepare the token with the opponent's name
|
||||
SetCustomToken(789, GetCampaignString(sDB, "TOUR_NAME4"));
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user