Icon representing a recipe

Recipe: GetExp test program

created by brgreening

Profile


Name
GetExp test program
ID
100727
Shared with
Public
Parent
None
Children
None
Created on
February 25, 2015 at 02:29 AM UTC
Updated on
February 25, 2015 at 02:29 AM UTC
Description

tests the GetExplorationMultiplier function.

Best for


Code


print( "Start GetExplorationMultiplier test program." ) print( " using 20150222-78a7c70d35-win_x86-devprev" ) print( " running on Windows 8" ) normal = current.GetExplorationMultiplier() print( "Got to line after GetExp" ) print( normal )

Comments