View Single Post
  #3  
Old 08-01-2008, 12:09 PM
putomar putomar is offline
Wanderer
 
Join Date: Aug 2008
Posts: 3
Default WLC cont 2

#alias zelon {#action {^A group of [ %0 ] natives discuss with much fervor, the despicable traitorous natives.}{#if {$mobs=0}{#var mobs 1;#var target zealous;ggr}}; #action {^This zealous warrior paces, furious with the natives at the camp.}{#if {$mobs=0}{#var mobs 1;#var target zealous;ggr}}}{5}{script}}

#alias waron {#action {^These [ %0 ] native warriors move with the ease born through years of battle.}{#if {$mobs=0}{#var mobs 1;#var target warrior;ggr}}; #action {^This native peers about the hills, looking for a sign of the enemy.}{#if {$mobs=0}{#var mobs 1;#var target warrior;ggr}}}{5}{script}}

#alias waroff {#unaction {^These [ %0 ] native warriors move with the ease born through years of battle.}; #unaction {^This native peers about the hills, looking for a sign of the enemy.}}{5}{script}}


#alias shaon {#action {^A group of [ %0 ] shaman are quietly casting spells, attempting to thwart the invaders.}{#if {$mobs=0}{#var mobs 1;#var target shaman;ggr}}; #action {^This shaman is heavily painted and tattooed, he casts a spell showing the camp.}{#if {$mobs=0}{#var mobs 1;#var target shaman;ggr}}}{5}{script}}

#alias womon {#action {^A group of [ %0 ] native women gather roots and berries.}{#if {$mobs=0}{#var mobs 1;#var target woman;ggr}}; #action {^A native woman stalks through the hills, searching for food.}{#if {$mobs=0}{#var mobs 1;#var target woman;ggr}}}{5}{script}}

#alias foron {#action {^A roaring group of [ %0 ] foremen make the workers into a smoothly flowing machine.}{#if {$mobs=0}{#var mobs 1;#var target foreman;ggr}}; #action {^This foreman roars instructions at the native workers.}{#if {$mobs=0}{#var mobs 1;#var target foreman;ggr}}}{5}{script}}

#alias pabon {#action {^Shouting instructions, these [ %0 ] builders pour over the building plans of the new temple.}{#if {$mobs=0}{#var mobs 1;#var target paladin;ggr}}; #action {^This paladin points to the half built temple, giving instructions to workers.}{#if {$mobs=0}{#var mobs 1;#var target paladin;ggr}}}{5}{script}}

#alias guaon {#action {^These [ %0 ] guards silently patrol all over the camp of the White Lion.}{#if {$mobs=0}{#var mobs 1;#var target guard;ggr}}; #action {^This guard silently walks his post, patrolling the edges of the camp.}{#if {$mobs=0}{#var mobs 1;#var target guard;ggr}}}{5}{script}}

#alias buion {#action {^A line of [ %0 ] natives are carrying building supplies to the temple site.}{#if {$mobs=0}{#var mobs 1;#var target builder;ggr}}; #action {^This native is helping to build the new temple by carrying his load of stone..}{#if {$mobs=0}{#var mobs 1;#var target builder;ggr}}}{5}{script}}

#alias mison {#action {^These [ %0 ] missionaries travel among the natives trying to teach their religion.}{#if {$mobs=0}{#var mobs 1;#var target missionary;ggr}}; #action {^This missionary is trying to spread their religion to the natives.}{#if {$mobs=0}{#var mobs 1;#var target missionary;ggr}}}{5}{script}}

#alias waryon {#action {^Scanning the tree line, these [ %0 ] natives are watchful for their zealous brothers.}{#if {$mobs=0}{#var mobs 1;#var target wary;ggr}}; #action {^Looking everywhere at once, this native quietly observes the camp.}{#if {$mobs=0}{#var mobs 1;#var target wary;ggr}}}{5}{script}}

#alias woron {#action {^These [ %0 ] natives listen to the foreman, with complete bewilderment.}{#if {$mobs=0}{#var mobs 1;#var target worker;ggr}}; #action {^This native quietly listens to the instructions of the foreman.}{#if {$mobs=0}{#var mobs 1;#var target worker;ggr}}}{5}{script}}

#read scriptcore.txt
Reply With Quote