OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Terox on 17 Jun 2004, 01:35:59

Title: Extracting a value from RESPAWN varibale (Description.ext)
Post by: Terox on 17 Jun 2004, 01:35:59

Does anyone know of a way to extract the value that is declared by

respawn = 1 etc etc etc
as stated in the description.ext

?(respawn == 1):
?(respawn == 2):

doesnt work

and

titletext[format["Respawn = %1",respawn],"PLAIN"]
returns the string oxcliffe error

as does

__respawn


perhaps someone knows what the reserved variable is for respawn ???


thx in advance for any help offered