SphereServer BugTracker - SphereServer
View Issue Details
0001704SphereServerexecutable - genericpublic09-01-10 00:2002-11-14 02:13
daskaras 
Ben 
normalminoralways
closedno change required 
0.56c Nightly 
0.56c Nightly 
Not Available
None
None
0001704: SKILLMENU and code like serv.itemdef and so on
you can´t use some code in the skillmenu first line.
like
ON=i_bacon_slice <serv.itemdef.<baseid>.resource.1.val>

sphere will gives you an error.
also
ON=i_bacon_slice <name> <resources.1.val>
doesn´t work.
will be nice, if this can be fixed.
also would be nice for a new feature like

ON=i_bacon_slice <name>
local.baseid=<argo.baseid> <--- i_bacon_slice
f_make_item <local.baseid>,10
at the moment only act works for the resources.
this would be helpful for shorter code
yes, makeitem is there put for some hint you softcode something there
No tags attached.
Issue History
09-01-10 00:20daskarasNew Issue
09-01-10 00:20daskarasNightly Version => Not Available
09-01-10 00:20daskarasExperimental Flags => None
09-01-10 00:20daskarasOption Flags => None
02-11-14 02:13BenNote Added: 0002543
02-11-14 02:13BenStatusnew => closed
02-11-14 02:13BenAssigned To => Ben
02-11-14 02:13BenResolutionopen => no change required
02-11-14 02:13BenFixed in Version => 0.56c Nightly

Notes
(0002543)
Ben   
02-11-14 02:13   
Any value that is normally accessed with SERV.ITEMDEF... is accessible here as the ITEMDEF is the default reference. And since menus are kind of outdated, no changes are gonna be done to this.