Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
14
_module/nss/eye_kromm_01.nss
Normal file
14
_module/nss/eye_kromm_01.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName eye_kromm_01
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 02.06.2003 21:49:07
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
|
||||
// Remove some gold from the player
|
||||
TakeGoldFromCreature(100, GetPCSpeaker(), FALSE);
|
||||
SetLocalInt(GetPCSpeaker(), "KrommPaid", 1);
|
||||
}
|
||||
Reference in New Issue
Block a user