SphereServer BugTracker - SphereServer
View Issue Details
0002460SphereServerexecutable - windows buildpublic17-01-15 22:3417-01-15 22:45
Gandalfs 
Ben 
normaltweakalways
closedno change required 
r2153
 
 
Automated (specify build number)
None
None
0002460: GOTO
i see in old releases can use GOTO coords.

Now fail

[SPEECH spk_player]

ON=TEST
src.TARGETFG F_test

[FUNCTION F_test]
local.test=<targp>
FORCHARS 20
GOTO <local.test>
endfor


22:28:1:'test' Says 'test' mode=0
22:28:ERROR:(sphere_speech.scp,65)Undefined keyword 'GOTO'
22:28:1:'test' Says 'test' mode=0
22:28:ERROR:(sphere_speech.scp,65)Undefined keyword 'GOTO'
No tags attached.
Issue History
17-01-15 22:34GandalfsNew Issue
17-01-15 22:45BenNote Added: 0002643
17-01-15 22:45BenStatusnew => closed
17-01-15 22:45BenAssigned To => Ben
17-01-15 22:45BenResolutionopen => no change required

Notes
(0002643)
Ben   
17-01-15 22:45   
GOTO is an NPC only function.
You need to test if your char is a player or NPC before doing the command.