| Mirage Source http://web.miragesource.net/forums/ |
|
| Elysium Sell Error http://web.miragesource.net/forums/viewtopic.php?f=201&t=5272 |
Page 1 of 1 |
| Author: | Nean [ Tue Mar 17, 2009 10:01 pm ] |
| Post subject: | Elysium Sell Error |
Something in Elysium is broken (all of it ;D), I'm trying to get it so that it doesn't display items that are worn to sell. Code: For I = 1 To MAX_INV If GetPlayerInvItemNum(MyIndex, I) > 0 Then frmSellItem.LstSellItem.AddItem I & " " & Item(GetPlayerInvItemNum(MyIndex, I)).Name & " - " & Item(GetPlayerInvItemNum(MyIndex, I)).Price Else frmSellItem.LstSellItem.AddItem "None" End If Next I've tried doing stuff like: Code: If I <> GetPLayerWeaponSlot(index) Then Etc, etc. I'm most likely missing something obvious, but any pointers would be appreciated.
|
|
| Author: | Robin [ Tue Mar 17, 2009 10:04 pm ] |
| Post subject: | Re: Elysium Sell Error |
This isn't an Elysium support forum. |
|
| Author: | William [ Wed Mar 18, 2009 3:29 pm ] |
| Post subject: | Re: Elysium Sell Error |
Unlocked, we should support any Visual Basic questions that fits under Technical Assistance. |
|
| Author: | Robin [ Wed Mar 18, 2009 3:33 pm ] |
| Post subject: | Re: Elysium Sell Error |
"Concerning the use of Mirage Source" It's your call though |
|
| Author: | Matt [ Wed Mar 18, 2009 3:33 pm ] |
| Post subject: | Re: Elysium Sell Error |
"as well as easy coding questions." |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|