Int

From Game Editor

Revision as of 23:49, 29 August 2008 by Rux (Talk | contribs)
Jump to: navigation, search

With int you can create a variable for just that script.

SYNTAX:

int var1, var2, var3;

var1 = 1; var2 = 1;

if(monsterkilled == 1) {

 var3 = 1;

} ect...

Retrieved from "http://game-editor.com/Int"