I'am learning cog, and started a few days ago, and decide to do a hotkey that would print soe text, but when I activate the hotkey, nothing happens. Is it the cog? I've checked hundreds of times to see if it was a problem in Items .dat or in the jkstrings.uni. Here's the cog:
I began to learn cog just yesturday and I'm doing a hotkey (just for practice) that prints a string. What is wrong with it?
# Jedi Knight Cog Script
#
# HelloWorld.COG
#
# Description
# Prints a string world when I push a hotkey.
#
# This Cog is Not supported by LucasArts Entertainment Co
symbols
message activated
end
# ========================================================================================
code
# ........................................................................................
activated:
Sleep(1)
Print("Hello there! This is TRSW_Gl, testing his new cog!");
Return;
end
------------------
"Computer are useless, all they can give you are answers"/Pablo Piacasso
I began to learn cog just yesturday and I'm doing a hotkey (just for practice) that prints a string. What is wrong with it?
# Jedi Knight Cog Script
#
# HelloWorld.COG
#
# Description
# Prints a string world when I push a hotkey.
#
# This Cog is Not supported by LucasArts Entertainment Co
symbols
message activated
end
# ========================================================================================
code
# ........................................................................................
activated:
Sleep(1)
Print("Hello there! This is TRSW_Gl, testing his new cog!");
Return;
end
------------------
"Computer are useless, all they can give you are answers"/Pablo Piacasso
Nothing to see here, move along.