Search found 1 match

by Kite_eop
Sat Oct 18, 2008 5:30 pm
Forum: RF Scripting
Topic: What means this error???
Replies: 6
Views: 1709

What means this error???

hello everybody! well, i make a scripted player but when I touch the key 16 skips the following error
ERROR Scripts/Kite.s/Normal:162 Method (something xD) not found*

this is the order of the keypressed
if (IsKeyDown(16))
{
self.think("NormalSword");
}
}]

And this is the order "NormalSword ...