Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
14
_module/nss/eye_kromm_trigg.nss
Normal file
14
_module/nss/eye_kromm_trigg.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "nw_i0_generic"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPlayer = GetLastPerceived();
|
||||
if (GetIsPC(oPlayer))
|
||||
{
|
||||
if (GetLocalInt(oPlayer, "KrommPaid") == 0)
|
||||
{
|
||||
AssignCommand(OBJECT_SELF, ActionMoveToObject(oPlayer, TRUE));
|
||||
AssignCommand(oPlayer, ActionStartConversation(OBJECT_SELF));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user