![]() ![]() |
![]() ![]() Post #1 | |
![]() I will kill you Posts: 126 Joined: 13-May 11 ![]() | Is there any way to put a jump to label specifying a variable? Do not you understand? Example: CODE 0@ = 1 jump @LABEL_0@ :LABEL_1 0ACA: show_text_box "Great!" 0A93: end_custom_thread This is a little crazy, but, I need to know if it exists (I think not, but that's okay) Please, Answer, even if it is not [Sorry if my english is bad] |
![]() Post #2 | |
![]() Coding like a Rockstar! ![]() Posts: 1,468 From: ??? Joined: 28-May 09 ![]() | SANNY 0@ = @LABEL_1 jump 0@ :LABEL_1 0ACA: show_text_box "Great!" 0A93: end_custom_thread -------------------- | CLEO 4.3.22 | A?i?a?o?3D | UI SDK | Black Market Mod 1.0.1 | GInput 0.3 | Cheat Keyboard | Tactile Cheat Activation | Stream Ini Extender 0.7 | SuperVars | ScrDebug | Vigilante Justice: San Andreas | |
![]() Post #3 | |
![]() I will kill you Posts: 126 Joined: 13-May 11 ![]() | No have a form to calculate the label to jump? Example: CODE // The code below is a example \\ [...] //Check What Mission the player are while true 0@ = 1 if 1@ == 2@ //2@ is the var that stores the value of the Current Mission (Example) then jump @MISSION_1@ end 1@ += 1 end [...] This code above, no have any logic function, but, is a example. This post has been edited by LINK2012: Jun 22 2011, 02:31 PM |
![]() Post #4 | |
![]() The master of cut retort ![]() Posts: 239 From: Warsaw, PL Joined: 21-July 10 ![]() | No, it does not work like that. |
![]() Post #5 | |
![]() I will kill you Posts: 126 Joined: 13-May 11 ![]() | Ok, thanks for the help. |
![]() ![]() |