Initial commit
Initial commit. Updated release archive.
This commit is contained in:
18
_module/nss/en5_jump_sp.nss
Normal file
18
_module/nss/en5_jump_sp.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "qst_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oWP;
|
||||
int iMQ;
|
||||
int iMQNumber;
|
||||
|
||||
iMQ=GetLocalInt(GetModule(),"MainQuest");
|
||||
iMQNumber=GetLocalInt(GetModule(),"MQNumber");
|
||||
|
||||
if (iMQ==98)
|
||||
oWP=GetObjectByTag("MainQuest_F");
|
||||
else
|
||||
oWP=GetObjectByTag("WP_MQ" + IntToString(iMQNumber) + "_" + IntToString(iMQ+1));
|
||||
|
||||
AssignCommand(GetPCSpeaker(),JumpToLocation(GetLocation(oWP)));
|
||||
}
|
||||
Reference in New Issue
Block a user