Author Topic: Potentially Complicated Script  (Read 400 times)

Legacy_Junnest

  • Jr. Member
  • **
  • Posts: 50
  • Karma: +0/-0
Potentially Complicated Script
« Reply #15 on: February 12, 2012, 01:41:45 am »


               Accidental double post. ':blush:'
               
               

               


                     Modifié par Junnest, 12 février 2012 - 01:42 .
                     
                  


            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Potentially Complicated Script
« Reply #16 on: February 12, 2012, 02:29:25 am »


               ActionRest is already an internal function you can not redefine it. 


 void main()
{
   object oPC = GetLastOpenedBy();
   AssignCommand(oPC,ClearAllActions());
   AssignCommand(oPC,ActionRest(TRUE));
}
               
               

               
            

Legacy_Junnest

  • Jr. Member
  • **
  • Posts: 50
  • Karma: +0/-0
Potentially Complicated Script
« Reply #17 on: February 12, 2012, 02:34:52 am »


               There I go being dumb with scripts, again. Thanks, Lightfoot8. =P

I mine as well keep this topic around in case I run into any more issues, but I think that's all the scripting I should need help with for the remainder of this module. A big thanks to all three of your for all your assistance, I sincerely appreciate you taking time out of your day to help me.