Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
20
_module/nss/s_areaenter.nss
Normal file
20
_module/nss/s_areaenter.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
#include "rd_questinc"
|
||||
#include "utl_i_sqluuid"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
object oBoss;
|
||||
|
||||
oPC = GetEnteringObject();
|
||||
|
||||
if (GetIsPC(oPC))
|
||||
{
|
||||
if (SQLocalsUUID_GetInt(OBJECT_SELF,GetName(oPC)) == 0)
|
||||
{
|
||||
oBoss = SpawnQuestCamp("HTS",1,1,0,"sewer");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user