Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
script exiting
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: script exiting (Read 779 times)
0 Members and 1 Guest are viewing this topic.
kingneb
Guest
script exiting
«
on:
24 Apr 2003, 02:09:44 »
how do you exit a script when you execute another?
Logged
Artak
The old beanbag shaker
Former Staff
You want to talk about it, yes?
Re:script exiting
«
Reply #1 on:
24 Apr 2003, 07:52:36 »
type exit in your script?
Logged
Not all is lost.
macguba
Former Staff
Re:script exiting
«
Reply #2 on:
24 Apr 2003, 11:11:09 »
If you mean that you want scriptB to control when scriptA ends, use a variable
scriptA
--------
#loop
~1
blah blah
? endA:exit
goto "loop"
scriptB
--------
endA=true
Logged
Plenty of
reviewed ArmA missions
for you to play
macguba
Former Staff
Re:script exiting
«
Reply #3 on:
24 Apr 2003, 11:41:54 »
Oh shit, you've done it
again.
Never
post a question on two boards. If it's on the wrong board, a mod will move it. If it's one of these questions that could go on either, then choose. If you don't get an answer on one then, if you ask a mod very nicely, they might consider moving it for you.
One problem = one thread
Logged
Plenty of
reviewed ArmA missions
for you to play
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
script exiting
Top of page