ds_stack_create();
Returns: Real
This function will create a new stack data-structure and return
the index value. This value should be stored in a variable and used
in all further function calls relating to the stack.
stack = ds_stack_create();
This will create a new stack and assign its index id to the instance variable "stack".