Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
12
_module/nss/qst_camperror.nss
Normal file
12
_module/nss/qst_camperror.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
int iCamp;
|
||||
string sZone;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
iCamp =GetLocalInt(oPC,"QuestCamp");
|
||||
sZone =GetLocalString(oPC,"QuestCampzone");
|
||||
|
||||
SendMessageToPC(oPC,"Error: Quest Campsite is in Zone " + sZone + " at Camp " + IntToString(iCamp));
|
||||
}
|
Reference in New Issue
Block a user