| 
				 wesquest request 
 Hello!  I would like to request if then else logic for thequest scripting.  This could be helpful in giving decision
 logic to NPCs.  I would also like a feature to read player
 data.
 
 eg.
 
 IF player.strength > 43 then
 SAY:You are too strong for me to traing you!
 ELSE
 SAY:I think I can help you!
 SETSTR 43
 
 I don't know how hard this would be to implement but it
 would be extremely useful in quests.
 |