ejonesss
New member
- Joined
- Apr 30, 2012
- Messages
- 49
i just figured out how to compile the tutorial script.
unfortunately anything i try to add into the script gives me parsing errors.
for example i want to get the camera position to be displayed in the text field in game
i tried
run script WikiTutorialScript
begin script WikiTutorialScript
start
disable load screen
set fade in time 1
wait until 1 != 1
say camera position
end script WikiTutorialScript
then the compiler tells me error near token "camera" and fails to compile.
i tried to get time of day called game time by the time tutorial and rooster challenge from land 3.
and the same kind of error this time with game.
does lionhead studios use a different set of db and enums files than what is included with the game and developer kit?
same kind of errors happen if i try to compile one of the script files that comes with the game in the scripts/bw2 folder (note mac version is required to get source files).
thanks for the help
unfortunately anything i try to add into the script gives me parsing errors.
for example i want to get the camera position to be displayed in the text field in game
i tried
run script WikiTutorialScript
begin script WikiTutorialScript
start
disable load screen
set fade in time 1
wait until 1 != 1
say camera position
end script WikiTutorialScript
then the compiler tells me error near token "camera" and fails to compile.
i tried to get time of day called game time by the time tutorial and rooster challenge from land 3.
and the same kind of error this time with game.
does lionhead studios use a different set of db and enums files than what is included with the game and developer kit?
same kind of errors happen if i try to compile one of the script files that comes with the game in the scripts/bw2 folder (note mac version is required to get source files).
thanks for the help