In hell fortress, MS Office, there is a terminal that is used to chat with
Spencer and then to open the power unit gates.
After the chat with spencer the menu shows up the following actions:
status
logout
When clicking "status" in the dialog screen there is only printed "-status" in
red font and Nothing more happens (i.e. no gate status is displayed and no more
actions appear).
When doing this the following message is printed in the (real) console:
---------------------------------------------------------------------------------
FreedroidRPG 0.15.1 encountered a problem in function: run_lua
Error running Lua code: ../map//script_helpers.lua:150: Obstacle number 132 does
not have any states defined..
Erroneous LuaCode={
2 tux_says(_"status", "NO_WAIT")
3 if (cmp_obstacle_state("HF-Gate-outer", "opened")) then
4 npc_says(_"Gate 1 status: OPENED", "NO_WAIT")
5 else
6 npc_says(_"Gate 1 status: CLOSED", "NO_WAIT")
7 if (not has_cookie("MO-HFGAS_hacked")) then
8 show(2)
9 end
10 end
11 if (cmp_obstacle_state("HF-Gate-inner", "opened")) then
12 npc_says(_"Gate 2 status: OPENED", "NO_WAIT")
13 else
14 npc_says(_"Gate 2 status: CLOSED", "NO_WAIT")
15 if (not has_cookie("MO-HFGAS_hacked")) then
16 show(2)
17 end
18 end
19 if (cmp_obstacle_state("HF-Gate-inner", "opened")) and
20 (cmp_obstacle_state("HF-Gate-outer", "opened")) then
21 end
}
If you encounter this message, please inform the FreedroidRPG developers about it
You can
send an e-mail to freedroid-discussion AT lists.sourceforge.net
mention it on our IRC channel #freedroid on irc.freenode.net
post on our forum at https://sourceforge.net/apps/phpbb/freedroid
or report the bug on our tracker at http://bugs.freedroid.org/
Thank you!
The problem mentioned above is not fatal, we continue the execution.
---------------------------------------------------------------------------------
I guess the error is the reason for the behaviour described above. Is there some
fix or workaround available?
Cheers
Ferris
|