View Issue Details

IDProjectCategoryView StatusLast Update
0000398FSSCPgameplaypublic2005-05-11 08:19
Reporterkarajorma Assigned ToGoober5000  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionopen 
Summary0000398: Can't modify a string variable to equal a string variable in game
DescriptionIf you set up an event like this

-modify-variable
--String1(value 1)
--String2(value 2)

It won't work in the game. When used the value of String1 is set to an integer.

Here's the string variable declarations from the mission file

$Variables:
(
        0 "ArgToVar" "null" "string"
        1 "CheckingSomething" "Null"

"string"
        2 "CopyThisVar" "SomeValue"

"string"
        3 "EquivTest1" "Equal" "string"
        4 "EquivTest2" "Equal" "string"
        5 "OverwriteThisVar" "Null"

"string"
)



The number at the start which appears to be the index value used for the variable is what is being written in rather than the actual value of the variable.
Additional InformationThis effect can be seen in the provided mission by pressing V
TagsNo tags attached.

Activities

2005-05-01 20:04

 

string.fs2 (10,181 bytes)

phreak

2005-05-02 22:22

developer   ~0002315

Assigned to G5K.

Goober5000

2005-05-11 08:19

administrator   ~0002345

Fixed. This was due to the same problem that caused 0000399. :)

Issue History

Date Modified Username Field Change
2005-05-01 20:04 karajorma New Issue
2005-05-01 20:04 karajorma File Added: string.fs2
2005-05-02 22:22 phreak Note Added: 0002315
2005-05-02 22:22 phreak Assigned To => Goober5000
2005-05-02 22:22 phreak Status new => assigned
2005-05-11 08:19 Goober5000 Note Added: 0002345
2005-05-11 08:19 Goober5000 Status assigned => resolved