Search found 4 matches

by zed
Thu Aug 05, 2010 5:12 am
Forum: General Help (095)
Topic: .createnpc error
Replies: 6
Views: 6593

Re: .createnpc error

var props := struct;
props.+facing := who.facing;

check:

var props array;
props.+facing := who.facing;
by zed
Mon Jul 19, 2010 1:24 am
Forum: General Discussion
Topic: How To Make A Custom Spell
Replies: 2
Views: 4116

Re: How To Make A Custom Spell

you have to compile the file that handles the scroll.

line:
Script scroll
by zed
Wed Jul 07, 2010 10:31 pm
Forum: Scripting Help
Topic: see in hide. cmdlevel==0;
Replies: 5
Views: 5642

Re: see in hide. cmdlevel==0;

zed wrote:you can use the seehidden, if the person you want to see is hidden and is your friend (it is added to the list of friends or is in the same party). I think it will pass.
OR guild.

I wrote about it.
by zed
Thu Jun 24, 2010 4:34 am
Forum: Scripting Help
Topic: see in hide. cmdlevel==0;
Replies: 5
Views: 5642

Re: see in hide. cmdlevel==0;

you can use the seehidden, if the person you want to see is hidden and is your friend (it is added to the list of friends or is in the same party). I think it will pass.
unless you just want cmdlevel == 0 to be seeing each other, it should work. I did not try but I wondered about it..