Mumbles Posted December 11, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 127 Reputation: 36 Joined: 01/21/13 Last Seen: July 25, 2014 Share Posted December 11, 2013 (edited) Is it currently possible to use an item's Aegis_Name in place of the item ID? If so, at which revision was this implemented? Example: getitem Red_Potion, 1; // Equivalent to: getitem 501, 1; Edited December 11, 2013 by Mumbles Quote Link to comment Share on other sites More sharing options...
Limestone Posted December 11, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted December 11, 2013 did you already tried it? Quote Link to comment Share on other sites More sharing options...
Mumbles Posted December 11, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 127 Reputation: 36 Joined: 01/21/13 Last Seen: July 25, 2014 Author Share Posted December 11, 2013 (edited) did you already tried it? Evidently not. I'm a bit opposed to downloading the entire emulator to test one feature, and I would much rather someone provide the answer(s) if they are able and willing. Edited December 11, 2013 by Mumbles Quote Link to comment Share on other sites More sharing options...
Limestone Posted December 11, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted December 11, 2013 ok later i will try it for you, i'm on work right now xD Quote Link to comment Share on other sites More sharing options...
Patskie Posted December 11, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 3 hours ago Share Posted December 11, 2013 As you have written it. It will not work. Quote Link to comment Share on other sites More sharing options...
Mumbles Posted December 11, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 127 Reputation: 36 Joined: 01/21/13 Last Seen: July 25, 2014 Author Share Posted December 11, 2013 As you have written it. It will not work. Thanks for verifying that. Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 11, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 11, 2013 you can just simply use item name as parameter instead of constant .. getitem "RED_POTION",10; Quote Link to comment Share on other sites More sharing options...
Question
Mumbles
Is it currently possible to use an item's Aegis_Name in place of the item ID? If so, at which revision was this implemented?
Example:
Edited by MumblesLink to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.