Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

1075929 Posts in 44152 Topics- by 36119 Members - Latest Member: Royalhandstudios

December 29, 2014, 04:01:20 PM
TIGSource ForumsDeveloperTechnical (Moderators: Glaiel-Gamer, ThemsAllTook)drop_equip(1) drop_equip(2) drop_equip(3) drop_equip(4)~~~~~~~~~~~~~
Pages: [1]
Print
Author Topic: drop_equip(1) drop_equip(2) drop_equip(3) drop_equip(4)~~~~~~~~~~~~~  (Read 387 times)
Conker534
Guest
« on: July 07, 2013, 07:42:43 PM »

Is there a way I can simplify how I'm doing this, like a way to call all of these in one line?

Code:
drop_equip(1)
drop_equip(2)
drop_equip(3)
drop_equip(4)
drop_equip(5)
drop_equip(6)
drop_equip(7)
drop_equip(8)
drop_equip(9)
drop_equip(10)
drop_equip(11)
drop_equip(12)
drop_equip(13)
drop_equip(14)
drop_equip(15)
drop_equip(16)
drop_equip(17)
drop_equip(18)
drop_equip(19)
drop_equip(20)
drop_equip(21)
drop_equip(22)
drop_equip(23)
drop_equip(24)
Logged
ஒழுக்கின்மை
Level 10
*****


Also known as रिंकू.

RinkuHero
View Profile WWW Email
« Reply #1 on: July 07, 2013, 07:45:30 PM »

yes

Code:
var i;
for (i=1;i<=24;i+=1)
 drop_equip(i);
Logged

Conker534
Guest
« Reply #2 on: July 07, 2013, 07:50:27 PM »

thank you
Logged
Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic