SphereServer BugTracker - SphereServer
View Issue Details
0001905SphereServerexecutable - windows buildpublic30-01-11 17:5031-01-11 22:28
Mirravin 
MrSugarCube 
normalminoralways
closedunable to reproduce 
Tested on Windows
 
 
Automated (specify build number)
NPCAct_Triggers
None
0001905: RETURN 1 doesn't block @NpcAction
1) Subject.
2) I don't know, it is a problem or not, but @NpcAction trigger not fire without NPC_AI_EXTRA = 04 flag activation.
[EVENTS e_test2]
ON=@NpcAction
SAY <DACTION>
RETURN 1

You can add this to NPC and watch its actions and its wandering.
No tags attached.
Issue History
30-01-11 17:50MirravinNew Issue
31-01-11 22:28MrSugarCubeNote Added: 0000887
31-01-11 22:28MrSugarCubeStatusnew => closed
31-01-11 22:28MrSugarCubeAssigned To => MrSugarCube
31-01-11 22:28MrSugarCubeResolutionopen => unable to reproduce

Notes
(0000887)
MrSugarCube   
31-01-11 22:28   
"This trigger fires when an NPC is making a decision to perform an AI action enabled by the NPC_AI_EXTRA setting in Sphere.ini."

If you don't have NPC_AI_EXTRA set, why would the trigger fire? :)

RETURN 1 works OK here, but make sure you also have EF_NPCAct_Triggers enabled too.