Shadowrun: Awakened 29 September 2011 - Build 871
test.py
Go to the documentation of this file.
00001 global character
00002 
00003 st = 'abcefaba'
00004 for ch in st:
00005     print ch,
00006 print ''
00007 
00008 #Get physical and stun health
00009 h = character.gethealth()
00010 if character.hashealth('stun'):
00011     s = character.gethealth('stun')
00012 else:
00013     s = 0
00014     
00015 if 0 < s <= h:
00016     return 'Feeling pumped up'
00017 elif 0 < s:
00018     return 'Feeling sharp minded'
00019 else:
00020     return 'Feeling bad!'

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net