Initial commit
Initial commit [v9.7]
This commit is contained in:
12
_module/nss/giv_xp_10_bwndw1.nss
Normal file
12
_module/nss/giv_xp_10_bwndw1.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
// Give the speaker some XP
|
||||
GiveXPToCreature(GetPCSpeaker(), 10);
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
SetLocalString(oPC, "bwndw2", "1");
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user