Search found 2 matches

by Girion
Sat Feb 21, 2009 5:10 am
Forum: Scripting Help
Topic: AI.
Replies: 1
Views: 2193

AI.

Hello,

On my shard there is quite destroyed AI system. I dont know where should I start with.
Could someone tell me how AI scripts should be build ?

Thanks
G
by Girion
Thu Jan 01, 2009 1:59 pm
Forum: Scripting Help
Topic: Adding graphic to item.
Replies: 2
Views: 2974

Adding graphic to item.

Hello,

I have problem with writing script of adding fire animation to brazier when its double clicked.

Its should add it but how to write double click on item which is already exist ?


var ogien:=createitematlocation(brazier.x, brazier.y, brazjer.z+3, 0x19ab, 1, brazjer.realm);
ogien.movable:=0 ...