Miloch, on May 29 2009, 05:32 AM, said:
Easy - sort ofYeah I know, which is why I tried Rest() and ApplySpell() instead. But the main problem with the script is the PartyRested() i.e. getting a non-party member to recognise the party has rested.

In any script that recognises the party has rested:
SetGlobal("haiass_has_rested","GLOBAL",1)
In Haiass' script:
if
Global("haiass_has_rested","GLOBAL",1)
then
do_something
SetGlobal("haiass_has_rested","GLOBAL",0)
end
-Y-