|
Post by [TPZ] Cold_Flame on Feb 20, 2015 6:43:05 GMT
1. Please do not take credit for e2's you did not code 2. No mingy or inappropriate e2's (file path to add or take e2 files) C:\Program Files (x86)\Steam\SteamApps\common\GarrysMod\garrysmod\data www.dropbox.com/s/3k6ykv0zfzggdfq/_helloworld_.txt?dl=0[Example] @name Hello World @inputs A B @outputs Add Sub Mul Div @outputs GreaterThan Highest Lowest @outputs Vector:vector @persist D @trigger all
Add = A + B Sub = A - B Mul = A * B Div = A / B
GreaterThan = A > B
if(A > B) { Highest = A, Lowest = B } else { Highest = B, Lowest = A }
Vector = vec(A, B, 0) Vector = Vector + vec(0, 0, A + B) Vector = Vector:normalized()
|
|