Skip to content
Avatar

Razahk

Razahk

About

Username
Razahk
Location
California
Joined
Visits
9
Last Active
Roles
Member
Points
2

Comments

  • I'm trying to track my status as prone and set my own variable for it, this script:

    if (args.gmcp_method == "Char.Afflictions.List")
    {
        if (args.gmcp_args["prone"]) then set_variable("prone", 1);
  • (Quote) Thank you very much, those two examples should give me the basis for everything else I need for now. P.S. This sort of thing is what the GMCP help on the wiki should be like, along with many other examples. 
  • (Quote)

    I can't help you with 2 and 3, but for number 1 the function onLoad will do for you what you want.

    To give you an example, I have a pair of armguards so at start I have:
  • (Quote) How would I go about making a targetting alias with that, I've tried a few things and I don't think I'm doing it right.