Initial upload
Initial upload.
This commit is contained in:
25
_module/nss/pgs_flag_ou.nss
Normal file
25
_module/nss/pgs_flag_ou.nss
Normal file
@@ -0,0 +1,25 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Name: pgs_flag_ou
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
OnUsed event for territory flags.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Samius Maximus
|
||||
//:: Created On:
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
object oPlayer = GetLastUsedBy();
|
||||
|
||||
//--------------------------------------------
|
||||
//Marker was not used - remove claim option.
|
||||
//--------------------------------------------
|
||||
SetLocalInt (oPlayer, "Territory_Marker_Used", FALSE);
|
||||
|
||||
//--------------------------------------------
|
||||
//Now begin the territory conversation.
|
||||
//--------------------------------------------
|
||||
ActionStartConversation (oPlayer, "pgs_territory", TRUE, FALSE);
|
||||
}
|
||||
Reference in New Issue
Block a user