SphereServer BugTracker - SphereServer
View Issue Details
0002102SphereServerexecutable - windows buildpublic04-10-12 20:5307-10-12 00:38
daskaras 
Ben 
normalminoralways
closedno change required 
Win7
20-09-2009, 0.56b Prerelease 
 
Automated (specify build number)
None
None
0002102: defnames in prompt message for Spells (PROMPT_MSG), does not work
if you are using
smsg @<def0.def_smsg_good>,3 or msg @<def0.def_smsg_good>,3 it works fine but when you are using
prompt_msg @<def0.def_smsg_good>,3 you will get an error
Undefined symbol ''
Undefined symbol 'def0'

using prompt_msg @0,3 works fine
No tags attached.
Issue History
04-10-12 20:53daskarasNew Issue
05-10-12 23:26ShaklabanNote Added: 0001401
05-10-12 23:26ShaklabanNote Edited: 0001401bug_revision_view_page.php?bugnote_id=0001401#r463
07-10-12 00:38BenNote Added: 0001404
07-10-12 00:38BenStatusnew => closed
07-10-12 00:38BenAssigned To => Ben
07-10-12 00:38BenResolutionopen => no change required

Notes
(0001401)
Shaklaban   
05-10-12 23:26   
you can't use defs or variables in defines, its against to their nature. in programming concept defined values with #define cannot change dynamically.

(0001404)
Ben   
07-10-12 00:38   
prompt_msg is only used in Skill and Spell Defs, not in normal scripts, and variables are not allowed in *DEF sections...