Swap Switch and Variables
Versi: 1.0
Tipe: Misc
Pengenalaniseng bikin skrip useless lagi,
mayan buat nambah2 post Sesuai dengan namanya, skrip ini bisa menswap switch, variable, atau self switch dengan sekali command
Fitur
- Swap 2 Switch
- Swap 2 Variable
- Swap 2 Self Switch
Screenshots----
ScriptsHere
cukup panggil di script call
- Code:
-
swap_variables(VAR_1,VAR_2)
swap_switches(SWITCH_1,SWITCH_2)
swap_self_switches(X,X) => X = 'A','B','C', or 'D'
=> X = [@map_id,@event_id,'A'/'B'/'C'/'D']
contohnya
- Code:
-
swap_variables(1,2)
swap_switches(5,32)
swap_self_switches('A','B')
swap_self_switches([2,4,'A'],'B')
swap_self_switches([2,4,'A'],[5,34,'C'])
Credits