Thread: Earthquake
View Single Post
  #11  
Old 05-11-2011, 03:45 AM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default

Quote:
Originally Posted by trevius View Post
I think this should work, but didn't actually test it:


Code:
sub EVENT_SAY {

	$npc->CameraEffect(5000, 5, 0, 1);
	quest::we(13, "OH SNAP!");

}
That should indeed work.

You will need latest SVN compiled.
Reply With Quote