Quote:
Originally posted by billybob53
Hi, Im not a newbie scripter, and am workign on a playerworld for Graal.
I just have a few questions:
1.) How do you use Sin and Cos to make an NPC move in a circular angle?
2.) How do you make a Guild?
3.) Whats the command to remove a weapon forom the player's weaponlist?
4.) How do you make an NPc affect a .txt file?
Thanks for helping!
|
1.) Radians and such...(I think...)
2.) Through an NPC? You'll need an NPCserver.
If so, you need to have the txt files in the guilds section of the playerworld's FTP, and you'll need to use the addguildmember and removeguildmember commands to add and remove people from that guild file.
3.) "removeweapon
weapon name"
This is an NPCserver only command as well.
4.) Affect in what way? You could use the savelog commands to save information in a specific text file.