Aglar
10-19-2000, 11:56 AM
Items.dat:
fieldlight 116 1 1 0x100 cog=boss.cog
jkstrings.uni:
"ACTIVATE17" 0 "Boss"
cog:
# Jedi Knight Cog Script
#
# boss.cog
#
# Description
#
#
# This Cog is Not supported by LucasArts Entertainment Co
symbols
end
# ================================================== ======================================
code
activated:
DestoryThing(GetLocalPlayerThing());
return;
# .................................................. ......................................
end
I can bind the key but when I press it nothing happens. What gives?
------------------
All that is gold does not glitter, Not all those who wander are lost; The old that is strong does not wither,
Deep roots are not reached by the frost. From the ashes a fire shall be woken, A light from the shadows shall spring; Renewed shall be blade that was broken, The crownless again shall be king.
[This message has been edited by Aglar (edited October 19, 2000).]
fieldlight 116 1 1 0x100 cog=boss.cog
jkstrings.uni:
"ACTIVATE17" 0 "Boss"
cog:
# Jedi Knight Cog Script
#
# boss.cog
#
# Description
#
#
# This Cog is Not supported by LucasArts Entertainment Co
symbols
end
# ================================================== ======================================
code
activated:
DestoryThing(GetLocalPlayerThing());
return;
# .................................................. ......................................
end
I can bind the key but when I press it nothing happens. What gives?
------------------
All that is gold does not glitter, Not all those who wander are lost; The old that is strong does not wither,
Deep roots are not reached by the frost. From the ashes a fire shall be woken, A light from the shadows shall spring; Renewed shall be blade that was broken, The crownless again shall be king.
[This message has been edited by Aglar (edited October 19, 2000).]