Initial upload
Initial upload.
This commit is contained in:
13
_module/nss/pom_cn.nss
Normal file
13
_module/nss/pom_cn.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
//Remove some gold from the player
|
||||
TakeGoldFromCreature(1000, GetPCSpeaker(), FALSE);
|
||||
|
||||
AdjustAlignment(GetPCSpeaker(), ALIGNMENT_NEUTRAL, 100);
|
||||
// AdjustAlignment(GetPCSpeaker(), ALIGNMENT_LAWFUL, 100);
|
||||
AdjustAlignment(GetPCSpeaker(), ALIGNMENT_CHAOTIC, 100);
|
||||
// AdjustAlignment(GetPCSpeaker(), ALIGNMENT_GOOD, 100);
|
||||
// AdjustAlignment(GetPCSpeaker(), ALIGNMENT_EVIL, 100);
|
||||
// AdjustAlignment(GetPCSpeaker(), ALIGNMENT_ALL, 100);
|
||||
}
|
||||
Reference in New Issue
Block a user