Talk:The TO-DO list for EDuke32 and Mapster32: Difference between revisions
Jump to navigation
Jump to search
Reaper Man (talk | contribs) New page: =Extended Array Support= I'd like to see better Array support added, specifically per-player and per-actor Arrays. Also, while I haven't tested if it does in fact work or not, nested array... |
Helixhorned (talk | contribs) →integrated help idea: new section |
||
Line 9: | Line 9: | ||
Not necessary, but useful. [[User:Reaper Man|Reaper Man]] 10:26, 27 May 2008 (PDT) | Not necessary, but useful. [[User:Reaper Man|Reaper Man]] 10:26, 27 May 2008 (PDT) | ||
== integrated help idea == | |||
How about the following idea: F1 gets you into a menu, from where you can select sub-entries, like "basic keys", "advanced keys", "Duke3d specific reference", etc... ? |
Revision as of 13:54, 27 May 2008
Extended Array Support
I'd like to see better Array support added, specifically per-player and per-actor Arrays. Also, while I haven't tested if it does in fact work or not, nested arrays would be another great addition. IE:
gamearray array_1 128 gamearray array_2 128 setarray array_1[key 1] some_value setarray array_2[key 2] array_1
Not necessary, but useful. Reaper Man 10:26, 27 May 2008 (PDT)
integrated help idea
How about the following idea: F1 gets you into a menu, from where you can select sub-entries, like "basic keys", "advanced keys", "Duke3d specific reference", etc... ?