PDA

View Full Version : no log ?



acropole
11-08-2009, 01:57 PM
According to this two udn pages :

http://udn.epicgames.com/Three/UnrealScriptDelegates.html
http://udn.epicgames.com/Three/CodingStandard.html

it's possible to put text in a log file.
But no matter if I write log or Log, udk compiler says :
erro 'log' bad command or expression

Bifuu
11-08-2009, 02:02 PM
This is one of those questions we cant really help with unless we see a snippet of code or something more than just "im getting an error!"

if you look at the SuperFunGame example in the UDN you see this for log writing:
`log("SUPER FUN KILL by "$Killer);

try adding that ` if you dont have it in your code

acropole
11-08-2009, 02:20 PM
Yes, it's the error. I found it later.