generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload
This commit is contained in:
15
_mod/_module/nss/at_ringofhall_g.nss
Normal file
15
_mod/_module/nss/at_ringofhall_g.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_ringofhall_g
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 1/12/2004 10:29:41 PM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker the items
|
||||
if (GetItemPossessedBy(GetPCSpeaker(),"rts_it_mag98")==OBJECT_INVALID) CreateItemOnObject("rts_it_mag98", GetPCSpeaker(), 1);
|
||||
int nQuests=GetLocalInt(GetPCSpeaker(),"nQuests");
|
||||
nQuests++;
|
||||
SetLocalInt(GetPCSpeaker(),"nQuests",nQuests);
|
||||
}
|
||||
Reference in New Issue
Block a user