View previous topic :: View next topic |
Author |
Message |
lubomir222
New Member


Joined: 27 Feb 2020 Posts: 15
53 Bank Notes
Items
|
|
Hey i just wanted to ask if anyone doesnt know to script when you leaving salieri bar when you are in car and then change to city? Thanks for help |
|
Back to top |
|
 |
zdenda55
Junior Member


Joined: 30 Sep 2017 Posts: 46 Location: Czech Republic 59 Bank Notes
Items
|
|
You mean script change_mission ? |
|
Back to top |
|
 |
lubomir222
New Member


Joined: 27 Feb 2020 Posts: 15
53 Bank Notes
Items
|
|
Yes. Its not working for me |
|
Back to top |
|
 |
zdenda55
Junior Member


Joined: 30 Sep 2017 Posts: 46 Location: Czech Republic 59 Bank Notes
Items
|
|
Back to top |
|
 |
lubomir222
New Member


Joined: 27 Feb 2020 Posts: 15
53 Bank Notes
Items
|
|
dim_flt 1
dim_act 1
findactor 0, "Tommy"
act_setstate 100, inactive
label 1
detector_inrange 0, 5
if flt[0] = 1, -1, 1
inventory_push 0
character_push 0
change_mission "mise16-mesto", "load z tutorial", -1
I using BSV 6 |
|
Back to top |
|
 |
zdenda55
Junior Member


Joined: 30 Sep 2017 Posts: 46 Location: Czech Republic 59 Bank Notes
Items
|
|
Hmm, your script is deactivated. Try to delete act_setstate 100, inactive. Or are you activeting that with another script? |
|
Back to top |
|
 |
mammix
Junior Member


Joined: 20 Sep 2014 Posts: 90 Location: Lublin, Poland 529 Bank Notes
Items
|
|
Probably you have a problem with "detector" part of the script. It seems not to work for modders, me included.
Use "GETACTORSDIST XX,YY,ZZ" script instead. |
|
Back to top |
|
 |
lubomir222
New Member


Joined: 27 Feb 2020 Posts: 15
53 Bank Notes
Items
|
|
Thanks for all the help. Now my script is working and the mission will load now. Thank you all! |
|
Back to top |
|
 |
|
|